Download hal-impl-sim-0.5.0.jar file

Introduction

You can download hal-impl-sim-0.5.0.jar in this page.

License

Open Source

Type List

hal-impl-sim-0.5.0.jar file has the following types.

LICENSE.txt
META-INF/MANIFEST.MF
META-INF/maven/org.fosstrak.hal/hal-impl-sim/pom.properties
META-INF/maven/org.fosstrak.hal/hal-impl-sim/pom.xml
NOTICE.txt
README.txt
images/rfid-antenna.gif
images/rfid-antenna_1.png
images/rfid-antenna_2.png
images/rfid-antenna_default.png
images/rfid-reader.jpg
images/rfid-reader_default.png
images/rfid-tag.jpg
images/rfid-tag_default.png
org.fosstrak.hal.impl.sim.BatchSimulator.class
org.fosstrak.hal.impl.sim.BatchSimulatorTokens.class
org.fosstrak.hal.impl.sim.CmdLineSim.class
org.fosstrak.hal.impl.sim.GraphicSimulator.class
org.fosstrak.hal.impl.sim.MgmtSimDialog.class
org.fosstrak.hal.impl.sim.SimulatorClient.class
org.fosstrak.hal.impl.sim.SimulatorController.class
org.fosstrak.hal.impl.sim.SimulatorEngine.class
org.fosstrak.hal.impl.sim.SimulatorException.class
org.fosstrak.hal.impl.sim.Tag.class
org.fosstrak.hal.impl.sim.graphic.Antenna.class
org.fosstrak.hal.impl.sim.graphic.Cable.class
org.fosstrak.hal.impl.sim.graphic.DragListener.class
org.fosstrak.hal.impl.sim.graphic.IGraphicSimulator.class
org.fosstrak.hal.impl.sim.graphic.Reader.class
org.fosstrak.hal.impl.sim.graphic.SelectionComponent.class
org.fosstrak.hal.impl.sim.graphic.Tag.class
org.fosstrak.hal.impl.sim.graphic.TranslationListener.class
org.fosstrak.hal.impl.sim.multi.BatchSimulatorServer.class
org.fosstrak.hal.impl.sim.multi.GraphicSimulatorServer.class
org.fosstrak.hal.impl.sim.multi.SimulatorClientStub.class
org.fosstrak.hal.impl.sim.multi.SimulatorServerController.class
org.fosstrak.hal.impl.sim.multi.SimulatorServerEngine.class
org.fosstrak.hal.impl.sim.multi.SimulatorServerException.class
org.fosstrak.hal.impl.sim.multi.SimulatorServerTokens.class
props/BatchSimulator_default.xml
props/GUIText_de.xml
props/GUIText_en.xml
props/GraphicSimulator_default.xml
props/SimulatorClient_default.xml
props/SimulatorController_default.xml
props/SimulatorServerController_default.xml
props/batchfile.txt
props/log4j.xml

Pom

hal-impl-sim-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-impl-sim</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-impl-sim</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>
    <dependency>
      <groupId>org.fosstrak.hal</groupId>
      <artifactId>hal-commons</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>


</project>

POM Entry

<dependency>
   <groupId>org.fosstrak.hal</groupId>
   <artifactId>hal-impl-sim</artifactId>
   <version>0.5.0</version>
</dependency>

Download

If you think the following hal-impl-sim-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-impl-sim-0.5.0.jar file




PreviousNext

Related