MVN

es.gob.afirma.jmulticard : jmulticard-jsr268

Maven & Gradle

Jun 15, 2023
1 usages
28 stars

jmulticard-jsr268

<dependency>
    <groupId>es.gob.afirma.jmulticard</groupId>
    <artifactId>jmulticard-jsr268</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of es.gob.afirma.jmulticard : jmulticard-jsr268 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of es.gob.afirma.jmulticard : jmulticard-jsr268 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
jmulticard-jsr268-1.8
1.7
jmulticard-jsr268-1.7
1.6
jmulticard-jsr268-1.6
1.5
jmulticard-jsr268-1.5
1.4
jmulticard-jsr268-1.4

How to add a dependency to Maven

Add the following es.gob.afirma.jmulticard : jmulticard-jsr268 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>es.gob.afirma.jmulticard</groupId>
    <artifactId>jmulticard-jsr268</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following es.gob.afirma.jmulticard : jmulticard-jsr268 gradle dependency to your build.gradle file:

implementation 'es.gob.afirma.jmulticard:jmulticard-jsr268:1.8'

Gradle Kotlin DSL: Add the following es.gob.afirma.jmulticard : jmulticard-jsr268 gradle kotlin dependency to your build.gradle.kts file:

implementation("es.gob.afirma.jmulticard:jmulticard-jsr268:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following es.gob.afirma.jmulticard : jmulticard-jsr268 sbt scala dependency to your build.sbt file:

libraryDependencies += "es.gob.afirma.jmulticard" % "jmulticard-jsr268" % "1.8"

Advertisement