is not current version
Last Version 1.4

com.instaclustr:sstable-generator-impl 1.0

Example of implementation module with generation code

GroupId

GroupId

com.instaclustr
ArtifactId

ArtifactId

sstable-generator-impl
Version

Version

1.0
Type

Type

jar

Download sstable-generator-impl 1.0


<!-- 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"]