Categories |
CategoriesCassandra Data Databases |
---|---|
GroupId | GroupIdcom.github.mizool.technology |
ArtifactId | ArtifactIdtechnology-cassandra |
Version | Version%25NEXT_DEVELOP_SNAPSHOT%25 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mizool.technology/technology-cassandra/ -->
<dependency>
<groupId>com.github.mizool.technology</groupId>
<artifactId>technology-cassandra</artifactId>
<version>%25NEXT_DEVELOP_SNAPSHOT%25</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.technology/technology-cassandra/
implementation 'com.github.mizool.technology:technology-cassandra:%25NEXT_DEVELOP_SNAPSHOT%25'
// https://jarcasting.com/artifacts/com.github.mizool.technology/technology-cassandra/
implementation ("com.github.mizool.technology:technology-cassandra:%25NEXT_DEVELOP_SNAPSHOT%25")
'com.github.mizool.technology:technology-cassandra:jar:%25NEXT_DEVELOP_SNAPSHOT%25'
<dependency org="com.github.mizool.technology" name="technology-cassandra" rev="%25NEXT_DEVELOP_SNAPSHOT%25">
<artifact name="technology-cassandra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.technology', module='technology-cassandra', version='%25NEXT_DEVELOP_SNAPSHOT%25')
)
libraryDependencies += "com.github.mizool.technology" % "technology-cassandra" % "%25NEXT_DEVELOP_SNAPSHOT%25"
[com.github.mizool.technology/technology-cassandra "%25NEXT_DEVELOP_SNAPSHOT%25"]