GroupId | GroupIdorg.dodgybits.shuffle |
---|---|
ArtifactId | ArtifactIdshuffle-dto |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
shuffle-dto-2.0.1.pom | |
shuffle-dto-2.0.1.jar | 63 KB |
shuffle-dto-2.0.1-sources.jar | 18 KB |
shuffle-dto-2.0.1-javadoc.jar | 136 KB |
Browse |
<!-- 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"]