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