MVN

se.idsec.signservice.commons : signservice-xml-commons

Maven & Gradle

Jan 02, 2023
6 usages
1 stars

IDsec Solutions :: SignService :: Commons :: XML Commons · SignService XML Commons

<dependency>
    <groupId>se.idsec.signservice.commons</groupId>
    <artifactId>signservice-xml-commons</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.idsec.signservice.commons : signservice-xml-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of se.idsec.signservice.commons : signservice-xml-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
signservice-xml-commons-1.2.4
signservice-xml-commons-1.2.3
signservice-xml-commons-1.2.2
signservice-xml-commons-1.2.1
signservice-xml-commons-1.2.0
1.1.x
signservice-xml-commons-1.1.1
signservice-xml-commons-1.1.0
1.0.x
signservice-xml-commons-1.0.3
signservice-xml-commons-1.0.2
signservice-xml-commons-1.0.1
signservice-xml-commons-1.0.0

How to add a dependency to Maven

Add the following se.idsec.signservice.commons : signservice-xml-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.idsec.signservice.commons</groupId>
    <artifactId>signservice-xml-commons</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.idsec.signservice.commons : signservice-xml-commons gradle dependency to your build.gradle file:

implementation 'se.idsec.signservice.commons:signservice-xml-commons:1.2.4'

Gradle Kotlin DSL: Add the following se.idsec.signservice.commons : signservice-xml-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("se.idsec.signservice.commons:signservice-xml-commons:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.idsec.signservice.commons : signservice-xml-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "se.idsec.signservice.commons" % "signservice-xml-commons" % "1.2.4"