<dependency> <groupId>net.sf.biweekly</groupId> <artifactId>biweekly</artifactId> <version>0.1.0</version> </dependency>
implementation 'net.sf.biweekly:biweekly:0.1.0'
implementation("net.sf.biweekly:biweekly:0.1.0")
libraryDependencies += "net.sf.biweekly" % "biweekly" % "0.1.0"
@Grapes( @Grab(group='net.sf.biweekly', module='biweekly', version='0.1.0') )
<dependency org="net.sf.biweekly" name="biweekly" rev="0.1.0" />
[net.sf.biweekly/biweekly "0.1.0"]
'net.sf.biweekly:biweekly:jar:0.1.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- commons-codec:commons-codec:1.6
test
|-- junit:junit:4.8.1