MVN

eu.unicore.security : secutils-cxf

Maven & Gradle

Aug 15, 2023
5 usages
1 stars

secutils-cxf · CXF integration library for UNICORE

<dependency>
    <groupId>eu.unicore.security</groupId>
    <artifactId>secutils-cxf</artifactId>
    <version>3.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.unicore.security : secutils-cxf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.3

All Versions

Choose a version of eu.unicore.security : secutils-cxf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
secutils-cxf-3.4.3
secutils-cxf-3.4.2
secutils-cxf-3.4.1
secutils-cxf-3.4.0
3.3.x
secutils-cxf-3.3.1
secutils-cxf-3.3.0
3.2.x
secutils-cxf-3.2.5
secutils-cxf-3.2.3
secutils-cxf-3.2.2
secutils-cxf-3.2.1
secutils-cxf-3.2.0
3.1.x
secutils-cxf-3.1.3
secutils-cxf-3.1.2
secutils-cxf-3.1.1
secutils-cxf-3.1.0
3.0.x
secutils-cxf-3.0.0

How to add a dependency to Maven

Add the following eu.unicore.security : secutils-cxf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.unicore.security</groupId>
    <artifactId>secutils-cxf</artifactId>
    <version>3.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.unicore.security : secutils-cxf gradle dependency to your build.gradle file:

implementation 'eu.unicore.security:secutils-cxf:3.4.3'

Gradle Kotlin DSL: Add the following eu.unicore.security : secutils-cxf gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.unicore.security:secutils-cxf:3.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.unicore.security : secutils-cxf sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.unicore.security" % "secutils-cxf" % "3.4.3"

Advertisement