<dependency> <groupId>io.github.zenliucn.domain</groupId> <artifactId>modeler</artifactId> <version>0.2.2</version> </dependency>
implementation 'io.github.zenliucn.domain:modeler:0.2.2'
implementation("io.github.zenliucn.domain:modeler:0.2.2")
libraryDependencies += "io.github.zenliucn.domain" % "modeler" % "0.2.2"
@Grapes( @Grab(group='io.github.zenliucn.domain', module='modeler', version='0.2.2') )
<dependency org="io.github.zenliucn.domain" name="modeler" rev="0.2.2" />
[io.github.zenliucn.domain/modeler "0.2.2"]
'io.github.zenliucn.domain:modeler:jar:0.2.2'
<parent> <groupId>io.github.zenliucn.domain</groupId> <artifactId>parent</artifactId> <version>0.2.2</version> </parent>
compile
|-- org.slf4j:slf4j-api
provided
|-- com.squareup:javapoet
test
|-- com.google.testing.compile:compile-testing:0.21.0