MVN

no.priv.bang.oldalbum : oldalbum.tests

Maven & Gradle

Jul 30, 2023
0 stars

Oldalbum integration test

<dependency>
    <groupId>no.priv.bang.oldalbum</groupId>
    <artifactId>oldalbum.tests</artifactId>
    <version>1.9.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.priv.bang.oldalbum : oldalbum.tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.15

All Versions

Choose a version of no.priv.bang.oldalbum : oldalbum.tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
oldalbum.tests-1.9.15
oldalbum.tests-1.9.14
oldalbum.tests-1.9.13
oldalbum.tests-1.9.12
oldalbum.tests-1.9.11
oldalbum.tests-1.9.10
oldalbum.tests-1.9.9
oldalbum.tests-1.9.8
oldalbum.tests-1.9.7
oldalbum.tests-1.9.6
oldalbum.tests-1.9.5
oldalbum.tests-1.9.4
oldalbum.tests-1.9.3
oldalbum.tests-1.9.2
oldalbum.tests-1.9.1
oldalbum.tests-1.9.0
1.8.x
oldalbum.tests-1.8.6
oldalbum.tests-1.8.5
oldalbum.tests-1.8.4
oldalbum.tests-1.8.3
oldalbum.tests-1.8.2
oldalbum.tests-1.8.1
oldalbum.tests-1.8.0
1.7.x
oldalbum.tests-1.7.12
oldalbum.tests-1.7.11
oldalbum.tests-1.7.10
oldalbum.tests-1.7.9
oldalbum.tests-1.7.8
oldalbum.tests-1.7.7
oldalbum.tests-1.7.6
oldalbum.tests-1.7.5
oldalbum.tests-1.7.4
oldalbum.tests-1.7.3
oldalbum.tests-1.7.2
oldalbum.tests-1.7.1
oldalbum.tests-1.7.0
1.6.x
oldalbum.tests-1.6.6
oldalbum.tests-1.6.5
oldalbum.tests-1.6.4
oldalbum.tests-1.6.3
oldalbum.tests-1.6.2
oldalbum.tests-1.6.1

How to add a dependency to Maven

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

<dependency>
    <groupId>no.priv.bang.oldalbum</groupId>
    <artifactId>oldalbum.tests</artifactId>
    <version>1.9.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.priv.bang.oldalbum : oldalbum.tests gradle dependency to your build.gradle file:

implementation 'no.priv.bang.oldalbum:oldalbum.tests:1.9.15'

Gradle Kotlin DSL: Add the following no.priv.bang.oldalbum : oldalbum.tests gradle kotlin dependency to your build.gradle.kts file:

implementation("no.priv.bang.oldalbum:oldalbum.tests:1.9.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.priv.bang.oldalbum : oldalbum.tests sbt scala dependency to your build.sbt file:

libraryDependencies += "no.priv.bang.oldalbum" % "oldalbum.tests" % "1.9.15"

Advertisement