i

internal-test-libs

Files download
File Operation
internal-test-libs-2.0.0-M3.jar download
internal-test-libs-2.0.0-M3.pom download
internal-test-libs-2.0.0-M3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.helidon.microprofile.bundles</groupId>
  <artifactId>internal-test-libs</artifactId>
  <version>2.0.0-M3</version>
</dependency>
Gradle Groovy
implementation 'io.helidon.microprofile.bundles:internal-test-libs:2.0.0-M3'
Gradle Kotlin
implementation("io.helidon.microprofile.bundles:internal-test-libs:2.0.0-M3")
Scala SBT
libraryDependencies += "io.helidon.microprofile.bundles" % "internal-test-libs" % "2.0.0-M3"
Groovy Grape
@Grapes(
  @Grab(group='io.helidon.microprofile.bundles', module='internal-test-libs', version='2.0.0-M3')
)
Apache Ivy
<dependency org="io.helidon.microprofile.bundles" name="internal-test-libs" rev="2.0.0-M3" />
Leiningen
[io.helidon.microprofile.bundles/internal-test-libs "2.0.0-M3"]
Apache Buildr
'io.helidon.microprofile.bundles:internal-test-libs:jar:2.0.0-M3'