o

osgi-test

Files download
File Operation
osgi-test-1.0.7.jar download
osgi-test-1.0.7.pom download
osgi-test-1.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>hu.blackbelt.osgi.utils</groupId>
  <artifactId>osgi-test</artifactId>
  <version>1.0.7</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'hu.blackbelt.osgi.utils:osgi-test:1.0.7'
Gradle Kotlin
implementation("hu.blackbelt.osgi.utils:osgi-test:1.0.7")
Scala SBT
libraryDependencies += "hu.blackbelt.osgi.utils" % "osgi-test" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='hu.blackbelt.osgi.utils', module='osgi-test', version='1.0.7')
)
Apache Ivy
<dependency org="hu.blackbelt.osgi.utils" name="osgi-test" rev="1.0.7" />
Leiningen
[hu.blackbelt.osgi.utils/osgi-test "1.0.7"]
Apache Buildr
'hu.blackbelt.osgi.utils:osgi-test:jar:1.0.7'