MVN

be.bosa.commons-eid : commons-eid-jca-all

Maven & Gradle

Jul 22, 2019
8 stars

Commons eID JCA All · eID based JCA security provider (shaded)

<dependency>
    <groupId>be.bosa.commons-eid</groupId>
    <artifactId>commons-eid-jca-all</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.bosa.commons-eid : commons-eid-jca-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of be.bosa.commons-eid : commons-eid-jca-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
commons-eid-jca-all-1.0.5
commons-eid-jca-all-1.0.4

How to add a dependency to Maven

Add the following be.bosa.commons-eid : commons-eid-jca-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.bosa.commons-eid</groupId>
    <artifactId>commons-eid-jca-all</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.bosa.commons-eid : commons-eid-jca-all gradle dependency to your build.gradle file:

implementation 'be.bosa.commons-eid:commons-eid-jca-all:1.0.5'

Gradle Kotlin DSL: Add the following be.bosa.commons-eid : commons-eid-jca-all gradle kotlin dependency to your build.gradle.kts file:

implementation("be.bosa.commons-eid:commons-eid-jca-all:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.bosa.commons-eid : commons-eid-jca-all sbt scala dependency to your build.sbt file:

libraryDependencies += "be.bosa.commons-eid" % "commons-eid-jca-all" % "1.0.5"

Advertisement