MVN

org.xipki.example : scep-example

Maven & Gradle

Feb 13, 2022
428 stars
<dependency>
    <groupId>org.xipki.example</groupId>
    <artifactId>scep-example</artifactId>
    <version>5.3.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xipki.example : scep-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.15

All Versions

Choose a version of org.xipki.example : scep-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
scep-example-5.3.15
scep-example-5.3.14
scep-example-5.3.13
scep-example-5.3.12
scep-example-5.3.11
scep-example-5.3.10
scep-example-5.3.9
scep-example-5.3.8
scep-example-5.3.7
scep-example-5.3.6
scep-example-5.3.5
scep-example-5.3.4
scep-example-5.3.3
scep-example-5.3.2
scep-example-5.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.xipki.example</groupId>
    <artifactId>scep-example</artifactId>
    <version>5.3.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xipki.example : scep-example gradle dependency to your build.gradle file:

implementation 'org.xipki.example:scep-example:5.3.15'

Gradle Kotlin DSL: Add the following org.xipki.example : scep-example gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xipki.example:scep-example:5.3.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xipki.example : scep-example sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xipki.example" % "scep-example" % "5.3.15"