Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.smallmind |
ArtifactId | ArtifactIdweb-json-dto |
Version | Version3.3.4 |
Type | Typejar |
Filename | Size |
---|---|
web-json-dto-3.3.4.pom | |
web-json-dto-3.3.4.jar | 46 KB |
web-json-dto-3.3.4-sources.jar | 16 KB |
web-json-dto-3.3.4-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/web-json-dto/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>web-json-dto</artifactId>
<version>3.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/web-json-dto/
implementation 'org.smallmind:web-json-dto:3.3.4'
// https://jarcasting.com/artifacts/org.smallmind/web-json-dto/
implementation ("org.smallmind:web-json-dto:3.3.4")
'org.smallmind:web-json-dto:jar:3.3.4'
<dependency org="org.smallmind" name="web-json-dto" rev="3.3.4">
<artifact name="web-json-dto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='web-json-dto', version='3.3.4')
)
libraryDependencies += "org.smallmind" % "web-json-dto" % "3.3.4"
[org.smallmind/web-json-dto "3.3.4"]