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