is not current version
Last Version 1.5.7

net.tokensmith:otter-translatable 1.5.2

interface to assist with serializing POJOs to and from JSON

Categories

Categories

Net
GroupId

GroupId

net.tokensmith
ArtifactId

ArtifactId

otter-translatable
Version

Version

1.5.2
Type

Type

jar

Download otter-translatable 1.5.2


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