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