t

test-containers

Files download
File Operation
test-containers-1.2.5.pom download
Apache Maven
<dependency>
  <groupId>com.github.frtu.libs</groupId>
  <artifactId>test-containers</artifactId>
  <version>1.2.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.frtu.libs:test-containers:1.2.5'
Gradle Kotlin
implementation("com.github.frtu.libs:test-containers:1.2.5")
Scala SBT
libraryDependencies += "com.github.frtu.libs" % "test-containers" % "1.2.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.frtu.libs', module='test-containers', version='1.2.5')
)
Apache Ivy
<dependency org="com.github.frtu.libs" name="test-containers" rev="1.2.5" />
Leiningen
[com.github.frtu.libs/test-containers "1.2.5"]
Apache Buildr
'com.github.frtu.libs:test-containers:jar:1.2.5'