GroupId | GroupIdorg.gwizard |
---|---|
ArtifactId | ArtifactIdgwizard-rest |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
gwizard-rest-0.9.pom | |
gwizard-rest-0.9.jar | 5 KB |
gwizard-rest-0.9-sources.jar | 4 KB |
gwizard-rest-0.9-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gwizard/gwizard-rest/ -->
<dependency>
<groupId>org.gwizard</groupId>
<artifactId>gwizard-rest</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.gwizard/gwizard-rest/
implementation 'org.gwizard:gwizard-rest:0.9'
// https://jarcasting.com/artifacts/org.gwizard/gwizard-rest/
implementation ("org.gwizard:gwizard-rest:0.9")
'org.gwizard:gwizard-rest:jar:0.9'
<dependency org="org.gwizard" name="gwizard-rest" rev="0.9">
<artifact name="gwizard-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gwizard', module='gwizard-rest', version='0.9')
)
libraryDependencies += "org.gwizard" % "gwizard-rest" % "0.9"
[org.gwizard/gwizard-rest "0.9"]