MVN

org.poreid : poreid

Maven & Gradle

Feb 21, 2019
31 stars

POReID · The POReID is a java library to handle the portuguese eID smartcard, this library can be used for desktop applications as well as browser based applets

<dependency>
    <groupId>org.poreid</groupId>
    <artifactId>poreid</artifactId>
    <version>1.53</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.poreid : poreid to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.53

All Versions

Choose a version of org.poreid : poreid to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.53
poreid-1.53
1.52
poreid-1.52
1.51
poreid-1.51
1.50
poreid-1.50
1.49
poreid-1.49
1.48
poreid-1.48
1.47
poreid-1.47
1.46
poreid-1.46
1.45
poreid-1.45
1.44
poreid-1.44
1.43
poreid-1.43
1.42
poreid-1.42
1.41
poreid-1.41
1.4
poreid-1.4
1.3
poreid-1.3
1.2
poreid-1.2
1.1
poreid-1.1
1.0
poreid-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.poreid</groupId>
    <artifactId>poreid</artifactId>
    <version>1.53</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.poreid : poreid gradle dependency to your build.gradle file:

implementation 'org.poreid:poreid:1.53'

Gradle Kotlin DSL: Add the following org.poreid : poreid gradle kotlin dependency to your build.gradle.kts file:

implementation("org.poreid:poreid:1.53")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.poreid : poreid sbt scala dependency to your build.sbt file:

libraryDependencies += "org.poreid" % "poreid" % "1.53"

Advertisement