GroupId | GroupIdorg.jmrtd |
---|---|
ArtifactId | ArtifactIdjmrtd |
Version | Version0.5.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
jmrtd-0.5.0-RELEASE.pom | |
jmrtd-0.5.0-RELEASE.jar | 426 KB |
jmrtd-0.5.0-RELEASE-sources.jar | 230 KB |
jmrtd-0.5.0-RELEASE-javadoc.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jmrtd/jmrtd/ -->
<dependency>
<groupId>org.jmrtd</groupId>
<artifactId>jmrtd</artifactId>
<version>0.5.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmrtd/jmrtd/
implementation 'org.jmrtd:jmrtd:0.5.0-RELEASE'
// https://jarcasting.com/artifacts/org.jmrtd/jmrtd/
implementation ("org.jmrtd:jmrtd:0.5.0-RELEASE")
'org.jmrtd:jmrtd:jar:0.5.0-RELEASE'
<dependency org="org.jmrtd" name="jmrtd" rev="0.5.0-RELEASE">
<artifact name="jmrtd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmrtd', module='jmrtd', version='0.5.0-RELEASE')
)
libraryDependencies += "org.jmrtd" % "jmrtd" % "0.5.0-RELEASE"
[org.jmrtd/jmrtd "0.5.0-RELEASE"]