
e.bacnet4j.ip.1.3.0-beta3.source-code.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ip Show documentation
Show all versions of ip Show documentation
Implementation of bacnet4j wrapper based on IP.
The newest version!
<?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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.code-house.bacnet4j</groupId> <artifactId>bacnet4j-wrapper</artifactId> <version>1.3.0-beta3</version> </parent> <artifactId>ip</artifactId> <packaging>bundle</packaging> <name>Code-House :: Bacnet4J Wrapper :: IP</name> <description>Implementation of bacnet4j wrapper based on IP.</description> <properties> <osgi.import>*</osgi.import> <osgi.export> org.code_house.bacnet4j.wrapper.ip </osgi.export> </properties> <dependencies> <dependency> <groupId>org.code-house.bacnet4j</groupId> <artifactId>api</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy