Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.brutusin |
ArtifactId | ArtifactIdjsonsrv-archetype |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
jsonsrv-archetype-1.0.4.pom | |
jsonsrv-archetype-1.0.4.jar | 5 KB |
jsonsrv-archetype-1.0.4-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.brutusin/jsonsrv-archetype/ -->
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>jsonsrv-archetype</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.brutusin/jsonsrv-archetype/
implementation 'org.brutusin:jsonsrv-archetype:1.0.4'
// https://jarcasting.com/artifacts/org.brutusin/jsonsrv-archetype/
implementation ("org.brutusin:jsonsrv-archetype:1.0.4")
'org.brutusin:jsonsrv-archetype:jar:1.0.4'
<dependency org="org.brutusin" name="jsonsrv-archetype" rev="1.0.4">
<artifact name="jsonsrv-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.brutusin', module='jsonsrv-archetype', version='1.0.4')
)
libraryDependencies += "org.brutusin" % "jsonsrv-archetype" % "1.0.4"
[org.brutusin/jsonsrv-archetype "1.0.4"]