is not current version
Last Version 1.5.0

com.instaclustr:commons 1.3.4

Common classes and utilities integrated with various projects

GroupId

GroupId

com.instaclustr
ArtifactId

ArtifactId

commons
Version

Version

1.3.4
Type

Type

jar

Download commons 1.3.4


<!-- https://jarcasting.com/artifacts/com.instaclustr/commons/ -->
<dependency>
    <groupId>com.instaclustr</groupId>
    <artifactId>commons</artifactId>
    <version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.instaclustr/commons/
implementation 'com.instaclustr:commons:1.3.4'
// https://jarcasting.com/artifacts/com.instaclustr/commons/
implementation ("com.instaclustr:commons:1.3.4")
'com.instaclustr:commons:jar:1.3.4'
<dependency org="com.instaclustr" name="commons" rev="1.3.4">
  <artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.instaclustr', module='commons', version='1.3.4')
)
libraryDependencies += "com.instaclustr" % "commons" % "1.3.4"
[com.instaclustr/commons "1.3.4"]