MVN

se.skltp.agp : agp-test-non-functional

Maven & Gradle

Dec 08, 2017
0 stars

agp-test-non-functional

<dependency>
    <groupId>se.skltp.agp</groupId>
    <artifactId>agp-test-non-functional</artifactId>
    <version>2.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.skltp.agp : agp-test-non-functional to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.3
  • Latest Release Candidate: 2.3.3-RC2

All Versions

Choose a version of se.skltp.agp : agp-test-non-functional to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
agp-test-non-functional-2.3.3
agp-test-non-functional-2.3.3-RC2
agp-test-non-functional-2.3.3-RC1
agp-test-non-functional-2.3.2
agp-test-non-functional-2.3.1
2.3
agp-test-non-functional-2.3
2.2
agp-test-non-functional-2.2
2.1
agp-test-non-functional-2.1
2.0
agp-test-non-functional-2.0
1.4.x
agp-test-non-functional-1.4.0
1.3.x
agp-test-non-functional-1.3.8
agp-test-non-functional-1.3.7
agp-test-non-functional-1.3.6
agp-test-non-functional-1.3.5
agp-test-non-functional-1.3.4
agp-test-non-functional-1.3.3
agp-test-non-functional-1.3.2
agp-test-non-functional-1.3.1
agp-test-non-functional-1.3.0

How to add a dependency to Maven

Add the following se.skltp.agp : agp-test-non-functional maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.skltp.agp</groupId>
    <artifactId>agp-test-non-functional</artifactId>
    <version>2.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.skltp.agp : agp-test-non-functional gradle dependency to your build.gradle file:

implementation 'se.skltp.agp:agp-test-non-functional:2.3.3'

Gradle Kotlin DSL: Add the following se.skltp.agp : agp-test-non-functional gradle kotlin dependency to your build.gradle.kts file:

implementation("se.skltp.agp:agp-test-non-functional:2.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.skltp.agp : agp-test-non-functional sbt scala dependency to your build.sbt file:

libraryDependencies += "se.skltp.agp" % "agp-test-non-functional" % "2.3.3"