| License |
License |
|---|---|
| GroupId | GroupIdcom.licel |
| ArtifactId | ArtifactIdjcardsim |
| Version | Version2.2.2 |
| Type | Typejar |
| Description |
DescriptionJava Card Runime Environment Simulator
jCardSim is open-source library contains implementation of Java Card API
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationLicel LLC |
| Filename | Size |
|---|---|
| jcardsim-2.2.2.pom | |
| jcardsim-2.2.2.jar | 394 KB |
| jcardsim-2.2.2-sources.jar | 175 KB |
| jcardsim-2.2.2-javadoc.jar | 699 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.licel/jcardsim/ -->
<dependency>
<groupId>com.licel</groupId>
<artifactId>jcardsim</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.licel/jcardsim/
implementation 'com.licel:jcardsim:2.2.2'
// https://jarcasting.com/artifacts/com.licel/jcardsim/
implementation ("com.licel:jcardsim:2.2.2")
'com.licel:jcardsim:jar:2.2.2'
<dependency org="com.licel" name="jcardsim" rev="2.2.2">
<artifact name="jcardsim" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.licel', module='jcardsim', version='2.2.2')
)
libraryDependencies += "com.licel" % "jcardsim" % "2.2.2"
[com.licel/jcardsim "2.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |