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 Updated
  • agp-test-non-functional-2.3.3

    Dec 07, 2017
  • agp-test-non-functional-2.3.3-RC2

    Nov 28, 2017
  • agp-test-non-functional-2.3.3-RC1

    Nov 28, 2017
  • agp-test-non-functional-2.3.2

    Dec 09, 2016
  • agp-test-non-functional-2.3.1

    Dec 09, 2016
  • agp-test-non-functional-2.3

    Dec 05, 2016
  • agp-test-non-functional-2.2

    Sep 30, 2016
  • agp-test-non-functional-2.1

    May 31, 2016
  • agp-test-non-functional-2.0

    May 22, 2016
  • agp-test-non-functional-1.4.0

    Dec 22, 2015
  • agp-test-non-functional-1.3.8

    Dec 02, 2015
  • agp-test-non-functional-1.3.7

    Nov 30, 2015
  • agp-test-non-functional-1.3.6

    Nov 27, 2015
  • agp-test-non-functional-1.3.5

    Sep 01, 2015
  • agp-test-non-functional-1.3.4

    Sep 01, 2015
  • agp-test-non-functional-1.3.3

    Aug 24, 2015
  • agp-test-non-functional-1.3.2

    Aug 21, 2015
  • agp-test-non-functional-1.3.1

    Jun 09, 2015
  • agp-test-non-functional-1.3.0

    Jun 08, 2015

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"