MVN

de.ohmesoftware : jcardsim

Maven & Gradle

Dec 19, 2021

Java Card Runtime Environment Simulator · jCardSim is open-source library contains implementation of Java Card API

<dependency>
    <groupId>de.ohmesoftware</groupId>
    <artifactId>jcardsim</artifactId>
    <version>3.0.5-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.ohmesoftware : jcardsim to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.5-2

All Versions

Choose a version of de.ohmesoftware : jcardsim to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
jcardsim-3.0.5-2
jcardsim-3.0.5-1

How to add a dependency to Maven

Add the following de.ohmesoftware : jcardsim maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.ohmesoftware</groupId>
    <artifactId>jcardsim</artifactId>
    <version>3.0.5-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.ohmesoftware : jcardsim gradle dependency to your build.gradle file:

implementation 'de.ohmesoftware:jcardsim:3.0.5-2'

Gradle Kotlin DSL: Add the following de.ohmesoftware : jcardsim gradle kotlin dependency to your build.gradle.kts file:

implementation("de.ohmesoftware:jcardsim:3.0.5-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.ohmesoftware : jcardsim sbt scala dependency to your build.sbt file:

libraryDependencies += "de.ohmesoftware" % "jcardsim" % "3.0.5-2"

Advertisement