MVN

eu.unicore : unicore-client-wrapper

Maven & Gradle

Jun 06, 2014
2 usages

unicore-client-wrapper

<dependency>
    <groupId>eu.unicore</groupId>
    <artifactId>unicore-client-wrapper</artifactId>
    <version>1.7.2_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.unicore : unicore-client-wrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.2_1

All Versions

Choose a version of eu.unicore : unicore-client-wrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
unicore-client-wrapper-1.7.2_1
1.6.x
unicore-client-wrapper-1.6.0-p4_1

How to add a dependency to Maven

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

<dependency>
    <groupId>eu.unicore</groupId>
    <artifactId>unicore-client-wrapper</artifactId>
    <version>1.7.2_1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.unicore : unicore-client-wrapper gradle dependency to your build.gradle file:

implementation 'eu.unicore:unicore-client-wrapper:1.7.2_1'

Gradle Kotlin DSL: Add the following eu.unicore : unicore-client-wrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.unicore:unicore-client-wrapper:1.7.2_1")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.unicore : unicore-client-wrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.unicore" % "unicore-client-wrapper" % "1.7.2_1"

Advertisement