MVN

no.priv.bang.authservice : authservice.db.derby.test

Maven & Gradle

Nov 06, 2019
3 usages
2 stars

Authentication webapp derby database for use in development and testing

<dependency>
    <groupId>no.priv.bang.authservice</groupId>
    <artifactId>authservice.db.derby.test</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.priv.bang.authservice : authservice.db.derby.test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of no.priv.bang.authservice : authservice.db.derby.test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
authservice.db.derby.test-1.6.0
1.5.x
authservice.db.derby.test-1.5.4
authservice.db.derby.test-1.5.3
authservice.db.derby.test-1.5.2
authservice.db.derby.test-1.5.1
authservice.db.derby.test-1.5.0
1.4.x
authservice.db.derby.test-1.4.0
1.3.x
authservice.db.derby.test-1.3.0
1.2.x
authservice.db.derby.test-1.2.0
1.1.x
authservice.db.derby.test-1.1.0
1.0.x
authservice.db.derby.test-1.0.2
authservice.db.derby.test-1.0.1
authservice.db.derby.test-1.0.0

How to add a dependency to Maven

Add the following no.priv.bang.authservice : authservice.db.derby.test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.priv.bang.authservice</groupId>
    <artifactId>authservice.db.derby.test</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.priv.bang.authservice : authservice.db.derby.test gradle dependency to your build.gradle file:

implementation 'no.priv.bang.authservice:authservice.db.derby.test:1.6.0'

Gradle Kotlin DSL: Add the following no.priv.bang.authservice : authservice.db.derby.test gradle kotlin dependency to your build.gradle.kts file:

implementation("no.priv.bang.authservice:authservice.db.derby.test:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.priv.bang.authservice : authservice.db.derby.test sbt scala dependency to your build.sbt file:

libraryDependencies += "no.priv.bang.authservice" % "authservice.db.derby.test" % "1.6.0"