MVN

org.fudaa.soft.fudaa-test-gitlab : fudaa-test-gitlab-server

Maven & Gradle

Oct 24, 2018
2 usages
<dependency>
    <groupId>org.fudaa.soft.fudaa-test-gitlab</groupId>
    <artifactId>fudaa-test-gitlab-server</artifactId>
    <version>3.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fudaa.soft.fudaa-test-gitlab : fudaa-test-gitlab-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.13

All Versions

Choose a version of org.fudaa.soft.fudaa-test-gitlab : fudaa-test-gitlab-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.13
fudaa-test-gitlab-server-3.13
2.0
fudaa-test-gitlab-server-2.0
1.0
fudaa-test-gitlab-server-1.0

How to add a dependency to Maven

Add the following org.fudaa.soft.fudaa-test-gitlab : fudaa-test-gitlab-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fudaa.soft.fudaa-test-gitlab</groupId>
    <artifactId>fudaa-test-gitlab-server</artifactId>
    <version>3.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fudaa.soft.fudaa-test-gitlab : fudaa-test-gitlab-server gradle dependency to your build.gradle file:

implementation 'org.fudaa.soft.fudaa-test-gitlab:fudaa-test-gitlab-server:3.13'

Gradle Kotlin DSL: Add the following org.fudaa.soft.fudaa-test-gitlab : fudaa-test-gitlab-server gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fudaa.soft.fudaa-test-gitlab:fudaa-test-gitlab-server:3.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fudaa.soft.fudaa-test-gitlab : fudaa-test-gitlab-server sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fudaa.soft.fudaa-test-gitlab" % "fudaa-test-gitlab-server" % "3.13"