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