is not current version
Last Version 2.0.2

org.dodgybits.shuffle:shuffle-dto 2.0.1

Shuffle protocol buffer domain objects

GroupId

GroupId

org.dodgybits.shuffle
ArtifactId

ArtifactId

shuffle-dto
Version

Version

2.0.1
Type

Type

jar

Download shuffle-dto 2.0.1


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