<dependency> <groupId>com.github.olivergondza</groupId> <artifactId>dumpling</artifactId> <version>0.1</version> </dependency>
implementation 'com.github.olivergondza:dumpling:0.1'
implementation("com.github.olivergondza:dumpling:0.1")
libraryDependencies += "com.github.olivergondza" % "dumpling" % "0.1"
@Grapes( @Grab(group='com.github.olivergondza', module='dumpling', version='0.1') )
<dependency org="com.github.olivergondza" name="dumpling" rev="0.1" />
[com.github.olivergondza/dumpling "0.1"]
'com.github.olivergondza:dumpling:jar:0.1'
compile
|-- javax.annotation:jsr250-api:1.0
|-- org.reflections:reflections:0.9.8
|-- args4j:args4j:2.0.26
|-- org.codehaus.groovy:groovy-jsr223:2.3.3
|-- org.codehaus.groovy:groovy-groovysh:2.3.3
test
|-- junit:junit:4.11
|-- org.hamcrest:hamcrest-library:1.2.1
|-- org.hamcrest:hamcrest-core:1.2.1