is not current version
Last Version 22.3.1

ai.tock:tock-shared 20.3.4

Tock shared classes

GroupId

GroupId

ai.tock
ArtifactId

ArtifactId

tock-shared
Version

Version

20.3.4
Type

Type

jar

Download tock-shared 20.3.4


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