| License |
License |
|---|---|
| GroupId | GroupIdorg.fosstrak.epcis |
| ArtifactId | ArtifactIdepcis |
| Last Version | Last Version0.5.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionepcis
EPCIS repository and clients - implementing the EPCglobal EPCIS spec
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| epcis-0.5.0.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fosstrak.epcis/epcis/ -->
<dependency>
<groupId>org.fosstrak.epcis</groupId>
<artifactId>epcis</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fosstrak.epcis/epcis/
implementation 'org.fosstrak.epcis:epcis:0.5.0'
// https://jarcasting.com/artifacts/org.fosstrak.epcis/epcis/
implementation ("org.fosstrak.epcis:epcis:0.5.0")
'org.fosstrak.epcis:epcis:pom:0.5.0'
<dependency org="org.fosstrak.epcis" name="epcis" rev="0.5.0">
<artifact name="epcis" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fosstrak.epcis', module='epcis', version='0.5.0')
)
libraryDependencies += "org.fosstrak.epcis" % "epcis" % "0.5.0"
[org.fosstrak.epcis/epcis "0.5.0"]