o

osgi-test

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