<dependency> <groupId>me.prettyprint</groupId> <artifactId>hector-test</artifactId> <version>1.0-5</version> </dependency>
implementation 'me.prettyprint:hector-test:1.0-5'
implementation("me.prettyprint:hector-test:1.0-5")
libraryDependencies += "me.prettyprint" % "hector-test" % "1.0-5"
@Grapes( @Grab(group='me.prettyprint', module='hector-test', version='1.0-5') )
<dependency org="me.prettyprint" name="hector-test" rev="1.0-5" />
[me.prettyprint/hector-test "1.0-5"]
'me.prettyprint:hector-test:jar:1.0-5'
<parent> <groupId>me.prettyprint</groupId> <artifactId>hector</artifactId> <version>1.0-5</version> </parent>
compile
|-- org.apache.cassandra:cassandra-all
provided
|-- org.osgi:osgi_R4_core:1.0
|-- org.osgi:osgi_R4_compendium:1.0
test
|-- com.github.stephenc:jamm