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