<dependency> <groupId>com.buschmais.xo</groupId> <artifactId>xo.test</artifactId> <version>2.3.0</version> </dependency>
implementation 'com.buschmais.xo:xo.test:2.3.0'
implementation("com.buschmais.xo:xo.test:2.3.0")
libraryDependencies += "com.buschmais.xo" % "xo.test" % "2.3.0"
@Grapes( @Grab(group='com.buschmais.xo', module='xo.test', version='2.3.0') )
<dependency org="com.buschmais.xo" name="xo.test" rev="2.3.0" />
[com.buschmais.xo/xo.test "2.3.0"]
'com.buschmais.xo:xo.test:jar:2.3.0'
<parent> <groupId>com.buschmais.xo</groupId> <artifactId>xo.parent</artifactId> <version>2.3.0</version> </parent>
compile
|-- com.buschmais.xo:xo.api
|-- com.buschmais.xo:xo.spi
|-- com.buschmais.xo:xo.impl
|-- org.slf4j:slf4j-api
|-- org.slf4j:slf4j-simple
provided
|-- junit:junit