License |
License |
---|---|
GroupId | GroupIdorg.nightcode |
ArtifactId | ArtifactIdjc-connect |
Version | Version0.1.8 |
Type | Typejar |
Description |
DescriptionJavaCard Connect
JavaCard Connect is a framework which provides an implementation of a secure communication protocol(s) in conformance with the Global Platform Card Specification.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jc-connect-0.1.8.pom | |
jc-connect-0.1.8.jar | 50 KB |
jc-connect-0.1.8-sources.jar | 37 KB |
jc-connect-0.1.8-javadoc.jar | 208 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nightcode/jc-connect/ -->
<dependency>
<groupId>org.nightcode</groupId>
<artifactId>jc-connect</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.nightcode/jc-connect/
implementation 'org.nightcode:jc-connect:0.1.8'
// https://jarcasting.com/artifacts/org.nightcode/jc-connect/
implementation ("org.nightcode:jc-connect:0.1.8")
'org.nightcode:jc-connect:jar:0.1.8'
<dependency org="org.nightcode" name="jc-connect" rev="0.1.8">
<artifact name="jc-connect" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nightcode', module='jc-connect', version='0.1.8')
)
libraryDependencies += "org.nightcode" % "jc-connect" % "0.1.8"
[org.nightcode/jc-connect "0.1.8"]
Group / Artifact | Type | Version |
---|---|---|
org.nightcode : bertool | jar | 0.5 |
org.bouncycastle : bcprov-jdk15on | jar | 1.60 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.60 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 3.6 |