<dependency> <groupId>net.sf.biweekly</groupId> <artifactId>biweekly</artifactId> <version>0.5.0</version> <type>bundle</type> </dependency>
implementation 'net.sf.biweekly:biweekly:0.5.0'
implementation("net.sf.biweekly:biweekly:0.5.0")
libraryDependencies += "net.sf.biweekly" % "biweekly" % "0.5.0"
@Grapes( @Grab(group='net.sf.biweekly', module='biweekly', version='0.5.0') )
<dependency org="net.sf.biweekly" name="biweekly" rev="0.5.0" />
[net.sf.biweekly/biweekly "0.5.0"]
'net.sf.biweekly:biweekly:jar:0.5.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-core:2.6.1
|-- com.fasterxml.jackson.core:jackson-databind:2.6.1
test
|-- junit:junit:4.12
|-- xmlunit:xmlunit:1.6
|-- org.mockito:mockito-all:1.10.19
|-- xalan:xalan:2.7.2