GroupId | GroupIdcom.instaclustr |
---|---|
ArtifactId | ArtifactIdsstable-generator-impl |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.instaclustr/sstable-generator-impl/ -->
<dependency>
<groupId>com.instaclustr</groupId>
<artifactId>sstable-generator-impl</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.instaclustr/sstable-generator-impl/
implementation 'com.instaclustr:sstable-generator-impl:1.0'
// https://jarcasting.com/artifacts/com.instaclustr/sstable-generator-impl/
implementation ("com.instaclustr:sstable-generator-impl:1.0")
'com.instaclustr:sstable-generator-impl:jar:1.0'
<dependency org="com.instaclustr" name="sstable-generator-impl" rev="1.0">
<artifact name="sstable-generator-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.instaclustr', module='sstable-generator-impl', version='1.0')
)
libraryDependencies += "com.instaclustr" % "sstable-generator-impl" % "1.0"
[com.instaclustr/sstable-generator-impl "1.0"]