
e.bacnet4j.mstp.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 mstp Show documentation
Show all versions of mstp Show documentation
Implementation of bacnet4j wrapper based on MSTP/serial interface.
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>mstp</artifactId> <packaging>bundle</packaging> <name>Code-House :: Bacnet4J Wrapper :: MSTP</name> <description>Implementation of bacnet4j wrapper based on MSTP/serial interface.</description> <properties> <osgi.import> jssc;resolution:=optional, * </osgi.import> <osgi.export> org.code_house.bacnet4j.wrapper.mstp </osgi.export> </properties> <dependencies> <dependency> <groupId>org.code-house.bacnet4j</groupId> <artifactId>api</artifactId> </dependency> <dependency> <groupId>org.scream3r</groupId> <artifactId>jssc</artifactId> <version>2.8.0</version> </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