You can download hal-commons-0.5.0.jar in this page.
Open Source
hal-commons-0.5.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.fosstrak.hal/hal-commons/pom.properties META-INF/maven/org.fosstrak.hal/hal-commons/pom.xml org.fosstrak.hal.AsynchronousIdentifyListener.class org.fosstrak.hal.ControllerProperties.class org.fosstrak.hal.HardwareAbstraction.class org.fosstrak.hal.HardwareAbstractionException.class org.fosstrak.hal.HardwareException.class org.fosstrak.hal.MemoryBankDescriptor.class org.fosstrak.hal.MemoryDescriptor.class org.fosstrak.hal.Observation.class org.fosstrak.hal.OutOfBoundsException.class org.fosstrak.hal.ReadPointNotFoundException.class org.fosstrak.hal.TagDescriptor.class org.fosstrak.hal.Trigger.class org.fosstrak.hal.UnsignedByteArray.class org.fosstrak.hal.UnsupportedOperationException.class org.fosstrak.hal.transponder.EPCTransponderModel.class org.fosstrak.hal.transponder.IDType.class org.fosstrak.hal.transponder.InventoryItem.class org.fosstrak.hal.transponder.RFTechnology.class org.fosstrak.hal.transponder.TransponderManufacturer.class org.fosstrak.hal.transponder.TransponderModel.class org.fosstrak.hal.transponder.TransponderSystemInformationISO.class org.fosstrak.hal.transponder.TransponderType.class org.fosstrak.hal.util.ByteBlock.class org.fosstrak.hal.util.CRC16.class org.fosstrak.hal.util.RFIDTools.class org.fosstrak.hal.util.ResourceLocator.class org.fosstrak.hal.util.Tools.class props/EPCTransponderModels_default.xml props/IDTypes_default.xml props/log4j.xml
hal-commons-0.5.0.pom file content.
<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"> <!-- =========================================================== --> <!-- Basics --> <!-- =========================================================== --> <groupId>org.fosstrak.hal</groupId> <artifactId>hal-commons</artifactId> <version>0.5.0</version> <parent> <artifactId>hal</artifactId> <groupId>org.fosstrak.hal</groupId> <version>0.5.0</version> </parent> <packaging>jar</packaging> <modelVersion>4.0.0</modelVersion> <name>hal-commons</name> <description>Hardware Abstraction Layer used within FC middleware</description> <developers> <developer> <id>1</id> <name>Samuel Wieland</name> </developer> <developer> <id>2</id> <name>Matthias Lampe</name> </developer> <developer> <id>2</id> <name>Christian Floerkemeier </name> </developer> </developers> <!-- =========================================================== --> <!-- Infrastructure --> <!-- =========================================================== --> <scm> <connection>https://fosstrak.googlecode.com/svn/trunk/hal/</connection> <developerConnection>scm:svn:https://fosstrak.googlecode.com/svn/trunk/hal/</developerConnection> <url>https://fosstrak.googlecode.com/svn/trunk/hal/</url> </scm> <!-- =========================================================== --> <!-- Plugins --> <!-- =========================================================== --> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifest> <addClasspath>true</addClasspath> <classpathPrefix>./lib</classpathPrefix> </manifest> </archive> </configuration> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> <descriptor>src/main/assembly/bin-with-dependencies.xml</descriptor> </descriptors> </configuration> <executions> <execution> <id>make-assembly</id> <phase>package</phase> <goals> <goal>single</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <!-- =========================================================== --> <!-- Dependencies --> <!-- =========================================================== --> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> <version>1.4</version> </dependency> </dependencies> </project>
<dependency> <groupId>org.fosstrak.hal</groupId> <artifactId>hal-commons</artifactId> <version>0.5.0</version> </dependency>
If you think the following hal-commons-0.5.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download hal-commons-0.5.0.jar file