| License |
License |
|---|---|
| GroupId | GroupIdorg.fosstrak.hal |
| ArtifactId | ArtifactIdhal-commons |
| Last Version | Last Version0.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhal-commons
Hardware Abstraction Layer used within FC middleware
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| hal-commons-0.5.0.pom | |
| hal-commons-0.5.0.jar | 42 KB |
| hal-commons-0.5.0-sources.jar | 44 KB |
| hal-commons-0.5.0-javadoc.jar | 178 KB |
| hal-commons-0.5.0-bin-with-dependencies.zip | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fosstrak.hal/hal-commons/ -->
<dependency>
<groupId>org.fosstrak.hal</groupId>
<artifactId>hal-commons</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fosstrak.hal/hal-commons/
implementation 'org.fosstrak.hal:hal-commons:0.5.0'
// https://jarcasting.com/artifacts/org.fosstrak.hal/hal-commons/
implementation ("org.fosstrak.hal:hal-commons:0.5.0")
'org.fosstrak.hal:hal-commons:jar:0.5.0'
<dependency org="org.fosstrak.hal" name="hal-commons" rev="0.5.0">
<artifact name="hal-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fosstrak.hal', module='hal-commons', version='0.5.0')
)
libraryDependencies += "org.fosstrak.hal" % "hal-commons" % "0.5.0"
[org.fosstrak.hal/hal-commons "0.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.12 |
| commons-configuration : commons-configuration | jar | 1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |