| License |
License |
|---|---|
| GroupId | GroupIdde.ohmesoftware |
| ArtifactId | ArtifactIdjcardsim |
| Last Version | Last Version3.0.5-5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava Card Runtime Environment Simulator
jCardSim is open-source library contains implementation of Java Card API
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jcardsim-3.0.5-5.pom | |
| jcardsim-3.0.5-5.jar | 1 MB |
| jcardsim-3.0.5-5-sources.jar | 158 KB |
| jcardsim-3.0.5-5-javadoc.jar | 570 KB |
| jcardsim-3.0.5-5-android.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.ohmesoftware/jcardsim/ -->
<dependency>
<groupId>de.ohmesoftware</groupId>
<artifactId>jcardsim</artifactId>
<version>3.0.5-5</version>
</dependency>
// https://jarcasting.com/artifacts/de.ohmesoftware/jcardsim/
implementation 'de.ohmesoftware:jcardsim:3.0.5-5'
// https://jarcasting.com/artifacts/de.ohmesoftware/jcardsim/
implementation ("de.ohmesoftware:jcardsim:3.0.5-5")
'de.ohmesoftware:jcardsim:jar:3.0.5-5'
<dependency org="de.ohmesoftware" name="jcardsim" rev="3.0.5-5">
<artifact name="jcardsim" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ohmesoftware', module='jcardsim', version='3.0.5-5')
)
libraryDependencies += "de.ohmesoftware" % "jcardsim" % "3.0.5-5"
[de.ohmesoftware/jcardsim "3.0.5-5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.ow2.asm : asm-commons | jar | 9.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| oracle.javacard » api_classic Optional | jar | 3.0.5 |