MVN

com.licel : jcardsim

Maven & Gradle

Jun 24, 2014
213 stars

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

<dependency>
    <groupId>com.licel</groupId>
    <artifactId>jcardsim</artifactId>
    <version>2.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.licel : jcardsim to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.2

All Versions

Choose a version of com.licel : jcardsim to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jcardsim-2.2.2
jcardsim-2.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.licel</groupId>
    <artifactId>jcardsim</artifactId>
    <version>2.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.licel : jcardsim gradle dependency to your build.gradle file:

implementation 'com.licel:jcardsim:2.2.2'

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

implementation("com.licel:jcardsim:2.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.licel : jcardsim sbt scala dependency to your build.sbt file:

libraryDependencies += "com.licel" % "jcardsim" % "2.2.2"