t

test-app-common

Common classes that can be used at all application layers
Files download
File Operation
test-app-common-1.0.4-Lithium-SR4.jar download
test-app-common-1.0.4-Lithium-SR4.pom download
test-app-common-1.0.4-Lithium-SR4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.persistence</groupId>
  <artifactId>test-app-common</artifactId>
  <version>1.0.4-Lithium-SR4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.persistence:test-app-common:1.0.4-Lithium-SR4'
Gradle Kotlin
implementation("org.opendaylight.persistence:test-app-common:1.0.4-Lithium-SR4")
Scala SBT
libraryDependencies += "org.opendaylight.persistence" % "test-app-common" % "1.0.4-Lithium-SR4"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.persistence', module='test-app-common', version='1.0.4-Lithium-SR4')
)
Apache Ivy
<dependency org="org.opendaylight.persistence" name="test-app-common" rev="1.0.4-Lithium-SR4" />
Leiningen
[org.opendaylight.persistence/test-app-common "1.0.4-Lithium-SR4"]
Apache Buildr
'org.opendaylight.persistence:test-app-common:jar:1.0.4-Lithium-SR4'