组织ID: |
org.opennms.alec.integrations.opennms |
项目ID: |
config |
版本: |
1.0.1 |
最后修改时间: |
2019-12-03 03:52:18 |
包类型: |
jar |
标题: |
ALEC :: Integrations :: OpenNMS :: Config |
大小: |
34.85KB |
|
Maven引入代码: |
<dependency>
<groupId>org.opennms.alec.integrations.opennms</groupId>
<artifactId>config</artifactId>
<version>1.0.1</version>
</dependency>
|
Gradle引入代码: |
org.opennms.alec.integrations.opennms:config:1.0.1
|
下载Jar包: |
|
POM文件内容: |
<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/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.opennms.alec.integrations</groupId>
<artifactId>opennms</artifactId>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.alec.integrations.opennms</groupId>
<artifactId>config</artifactId>
<name>ALEC :: Integrations :: OpenNMS :: Config</name>
<packaging>bundle</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.opennms.integration.api</groupId>
<artifactId>config</artifactId>
<version>${opennms.api.version}</version>
</dependency>
<!-- Test -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.opennms.alec</groupId>
<artifactId>alec-test-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.opennms.alec.integrations.opennms/config/pom.properties
META-INF/maven/org.opennms.alec.integrations.opennms/config/pom.xml
OSGI-INF/blueprint/blueprint.xml
events/BGP.ext.events.xml
events/Cisco.ext.events.xml
events/Cisco.syslog.ext.events.xml
events/DS1.ext.events.xml
events/MPLS.ext.events.xml
events/OSPF.ext.events.xml
events/SNMP.ext.events.xml
events/ietf.ext.events.xml
org.opennms.alec.integrations.opennms.config.CiscoEventConfExtension.class
org.opennms.alec.integrations.opennms.config.CiscoSyslogMatchExtension.class
syslog/Cisco.ext.syslog.xml
|
依赖Jar: |
config-${opennms.api.version}.jar
/org.opennms.integration.api/config/${opennms.api.version}
查看config所有版本文件
|