is not current version
Last Version 22.3.1

ai.tock:tock-shared 20.9.3

Tock shared classes

GroupId

GroupId

ai.tock
ArtifactId

ArtifactId

tock-shared
Version

Version

20.9.3
Type

Type

jar

Download tock-shared 20.9.3


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