is not current version
Last Version 0.9.117

com.thesett:common 0.8.11

My common library, a mixed bag of re-usable utility code.

GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

common
Version

Version

0.8.11
Type

Type

jar

Download common 0.8.11


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