You can download snmp-core-1.3.jar in this page.
Apache License, Version 2.0
snmp-core-1.3.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.onosproject/snmp-core/pom.properties META-INF/maven/org.onosproject/snmp-core/pom.xml com.btisystems.pronx.ems.core.exception.ClassRegistryException.class com.btisystems.pronx.ems.core.exception.DetailedFaultException.class com.btisystems.pronx.ems.core.exception.FieldAccessMethodException.class com.btisystems.pronx.ems.core.exception.InvalidFieldNameException.class com.btisystems.pronx.ems.core.exception.SystemObjectIdException.class com.btisystems.pronx.ems.core.model.AbstractRootEntity.class com.btisystems.pronx.ems.core.model.ClassRegistry.class com.btisystems.pronx.ems.core.model.DeviceEntity.class com.btisystems.pronx.ems.core.model.DeviceEntityDescription.class com.btisystems.pronx.ems.core.model.GeneratedIdentifiers.class com.btisystems.pronx.ems.core.model.IClassRegistry.class com.btisystems.pronx.ems.core.model.IDeviceEntity.class com.btisystems.pronx.ems.core.model.IIndexed.class com.btisystems.pronx.ems.core.model.INetworkDevice.class com.btisystems.pronx.ems.core.model.INotification.class com.btisystems.pronx.ems.core.model.IObjectSetter.class com.btisystems.pronx.ems.core.model.ITableAccess.class com.btisystems.pronx.ems.core.model.IVariableBindingSetter.class com.btisystems.pronx.ems.core.model.I_Device.class com.btisystems.pronx.ems.core.model.NetworkDevice.class com.btisystems.pronx.ems.core.model.NotificationDescription.class com.btisystems.pronx.ems.core.snmp.DefaultSnmpConfigurationFactory.class com.btisystems.pronx.ems.core.snmp.ISnmpConfiguration.class com.btisystems.pronx.ems.core.snmp.ISnmpConfigurationFactory.class com.btisystems.pronx.ems.core.snmp.ISnmpNotificationOidLookup.class com.btisystems.pronx.ems.core.snmp.ISnmpSession.class com.btisystems.pronx.ems.core.snmp.ISnmpSessionFactory.class com.btisystems.pronx.ems.core.snmp.ISnmpTableWalker.class com.btisystems.pronx.ems.core.snmp.IVariableBindingHandler.class com.btisystems.pronx.ems.core.snmp.OIDComparator.class com.btisystems.pronx.ems.core.snmp.ReadWriteSnmpConfigurationFactory.class com.btisystems.pronx.ems.core.snmp.SnmpConfiguration.class com.btisystems.pronx.ems.core.snmp.SnmpIoException.class com.btisystems.pronx.ems.core.snmp.SnmpSession.class com.btisystems.pronx.ems.core.snmp.SnmpSessionFactory.class com.btisystems.pronx.ems.core.snmp.SnmpTableWalker.class com.btisystems.pronx.ems.core.snmp.V2cSnmpConfiguration.class com.btisystems.pronx.ems.core.snmp.WalkException.class com.btisystems.pronx.ems.core.snmp.WalkResponse.class com.btisystems.pronx.ems.core.snmp.trapreceiver.ITrapHandlerService.class com.btisystems.pronx.ems.core.snmp.trapreceiver.ITrapReceiver.class com.btisystems.pronx.ems.core.snmp.trapreceiver.ITrapReceiverConfiguration.class com.btisystems.pronx.ems.core.snmp.trapreceiver.ITrapSourceMapper.class com.btisystems.pronx.ems.core.snmp.trapreceiver.TrapReceiver.class com.btisystems.pronx.ems.core.snmp.trapreceiver.TrapReceiverConfiguration.class com.btisystems.pronx.ems.core.snmp.trapreceiver.TrapSourceMapper.class com.btisystems.pronx.ems.core.snmp.trapsender.ITrapSender.class com.btisystems.pronx.ems.core.snmp.trapsender.TrapRecipient.class com.btisystems.pronx.ems.core.snmp.trapsender.TrapSender.class com.btisystems.pronx.ems.schemas.meta.notification.FieldDescription.class com.btisystems.pronx.ems.schemas.meta.notification.FieldList.class com.btisystems.pronx.ems.schemas.meta.notification.FieldReference.class com.btisystems.pronx.ems.schemas.meta.notification.FieldType.class com.btisystems.pronx.ems.schemas.meta.notification.NotificationDefinition.class com.btisystems.pronx.ems.schemas.meta.notification.NotificationList.class com.btisystems.pronx.ems.schemas.meta.notification.NotificationMeta.class
snmp-core-1.3.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.onosproject</groupId> <artifactId>snmp-core</artifactId> <version>1.3-20161021.1</version> <packaging>jar</packaging> <name>snmp-core</name> <description>A Library for interacting with SNMP based Devices using SNMP4J</description> <url>https://github.com/btisystems/snmp-core</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://opensource.org/licenses/Apache-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <organization>BTI Systems</organization> </developer> </developers> <scm> <connection>scm:git:git://github.com/btisystems/snmp-core.git</connection> <developerConnection>scm:git:git@github.com:btisystems/snmp-core.git</developerConnection> <url>https://github.com/btisystems/snmp-core/issues</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/btisystems/snmp-core/issues</url> </issueManagement> <ciManagement> <system>Travis</system> <url>https://travis-ci.org/btisystems/snmp-core/</url> </ciManagement> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.7</java.version> <powermock.version>1.5.6</powermock.version> <scm-publish.pubScmUrl>scm:git:git@github.com:btisystems/snmp-core.git</scm-publish.pubScmUrl> </properties> <dependencies> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.snmp4j</artifactId> <version>2.3.4_1</version> <exclusions> <exclusion> <artifactId>log4j</artifactId> <groupId>log4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.7</version> </dependency> <!-- Test Dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>3.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>cglib-nodep</artifactId> <groupId>cglib</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-core</artifactId> <version>${powermock.version}</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>objenesis</artifactId> <groupId>org.objenesis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-easymock</artifactId> <version>${powermock.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> <version>${powermock.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <version>${powermock.version}</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib-nodep</artifactId> <version>2.2</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.code.bean-matchers</groupId> <artifactId>bean-matchers</artifactId> <version>0.9</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.4</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>3.0.1</version> <extensions>true</extensions> <configuration> <instructions> <Import-Package>*</Import-Package> <Export-Package>com.btisystems.pronx.ems.core.exception, com.btisystems.pronx.ems.core.model, com.btisystems.pronx.ems.core.snmp, com.btisystems.pronx.ems.core.snmp.trapreceiver, com.btisystems.pronx.ems.core.snmp.trapsender, com.btisystems.pronx.ems.schemas.meta.notification</Export-Package> </instructions> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.18.1</version> <configuration> <threadCount>10</threadCount> </configuration> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.6</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> <configuration> <source>${java.version}</source> <target>${java.version}</target> <compilerArgument>-Xlint:unchecked</compilerArgument> </configuration> </plugin> <plugin> <groupId>com.google.code.sortpom</groupId> <artifactId>maven-sortpom-plugin</artifactId> <version>2.3.0</version> <executions> <execution> <phase>verify</phase> <goals> <goal>sort</goal> </goals> <configuration> <createBackupFile>false</createBackupFile> <nrOfIndentSpace>4</nrOfIndentSpace> <expandEmptyElements>false</expandEmptyElements> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.5</version> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> </archive> <useDefaultManifestFile>true</useDefaultManifestFile> </configuration> </plugin> <plugin> <groupId>biz.aQute.bnd</groupId> <artifactId>bnd-maven-plugin</artifactId> <version>3.0.0</version> <executions> <execution> <goals> <goal>bnd-process</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.4</version> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.5.201505241946</version> <executions> <execution> <id>default-prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>default-report</id> <phase>prepare-package</phase> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.eluder.coveralls</groupId> <artifactId>coveralls-maven-plugin</artifactId> <version>4.0.0</version> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.2</version> <configuration> <xmlOutput>true</xmlOutput> <xmlOutputDirectory>target/site</xmlOutputDirectory> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.8.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9</version> <reportSets> <reportSet> <reports> <report>javadoc</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> <profiles> <profile> <id>release</id> <activation> <activeByDefault>false</activeByDefault> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.6</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.4</version> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.1</version> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <aggregate>true</aggregate> <show>public</show> <nohelp>true</nohelp> <header>snmp-core, ${project.version}</header> <footer>snmp-core, ${project.version}</footer> <doctitle>snmp-core, ${project.version}</doctitle> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>
<dependency> <groupId>org.onosproject</groupId> <artifactId>snmp-core</artifactId> <version>1.3</version> </dependency>
If you think the following snmp-core-1.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download snmp-core-1.3.jar file