MVN

nl.cloudfarming.client : uc-free

Maven & Gradle

Mar 23, 2012

AgroSense Free UpdateCenter · Module with the configuration of the updatecenter with free modules

<dependency>
    <groupId>nl.cloudfarming.client</groupId>
    <artifactId>uc-free</artifactId>
    <version>1.0.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.cloudfarming.client : uc-free to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.23

All Versions

Choose a version of nl.cloudfarming.client : uc-free to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
uc-free-1.0.23
uc-free-1.0.21
uc-free-1.0.20
uc-free-1.0.19
uc-free-1.0.18
uc-free-1.0.17
uc-free-1.0.12
uc-free-1.0.1
1.0
uc-free-1.0

How to add a dependency to Maven

Add the following nl.cloudfarming.client : uc-free maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.cloudfarming.client</groupId>
    <artifactId>uc-free</artifactId>
    <version>1.0.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.cloudfarming.client : uc-free gradle dependency to your build.gradle file:

implementation 'nl.cloudfarming.client:uc-free:1.0.23'

Gradle Kotlin DSL: Add the following nl.cloudfarming.client : uc-free gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.cloudfarming.client:uc-free:1.0.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.cloudfarming.client : uc-free sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.cloudfarming.client" % "uc-free" % "1.0.23"

Advertisement