is not current version
Last Version 22.3.1

ai.tock:tock-shared 19.9.1

Tock shared classes

GroupId

GroupId

ai.tock
ArtifactId

ArtifactId

tock-shared
Version

Version

19.9.1
Type

Type

jar

Download tock-shared 19.9.1


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