is not current version
Last Version 0.9.117

com.thesett:base 0.9.97

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

GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

base
Version

Version

0.9.97
Type

Type

jar

Download base 0.9.97


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