<dependency> <groupId>com.buschmais.xo</groupId> <artifactId>xo.impl</artifactId> <version>2.1.2</version> </dependency>
implementation 'com.buschmais.xo:xo.impl:2.1.2'
implementation("com.buschmais.xo:xo.impl:2.1.2")
libraryDependencies += "com.buschmais.xo" % "xo.impl" % "2.1.2"
@Grapes( @Grab(group='com.buschmais.xo', module='xo.impl', version='2.1.2') )
<dependency org="com.buschmais.xo" name="xo.impl" rev="2.1.2" />
[com.buschmais.xo/xo.impl "2.1.2"]
'com.buschmais.xo:xo.impl:jar:2.1.2'
<parent> <groupId>com.buschmais.xo</groupId> <artifactId>xo.parent</artifactId> <version>2.1.2</version> </parent>
compile
|-- com.buschmais.xo:xo.api
|-- com.buschmais.xo:xo.spi
|-- com.google.guava:guava
|-- com.github.ben-manes.caffeine:caffeine
|-- org.glassfish.jaxb:jaxb-runtime
|-- org.projectlombok:lombok
|-- org.slf4j:slf4j-api
|-- org.slf4j:slf4j-simple
|-- junit:junit
|-- org.mockito:mockito-core
|-- org.hamcrest:hamcrest-library
test
|-- javax.inject:javax.inject:1