Files download
File Operation
gwizard-services-0.7.jar download
gwizard-services-0.7.pom download
gwizard-services-0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.gwizard</groupId>
  <artifactId>gwizard-services</artifactId>
  <version>0.7</version>
</dependency>
Gradle Groovy
implementation 'org.gwizard:gwizard-services:0.7'
Gradle Kotlin
implementation("org.gwizard:gwizard-services:0.7")
Scala SBT
libraryDependencies += "org.gwizard" % "gwizard-services" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.gwizard', module='gwizard-services', version='0.7')
)
Apache Ivy
<dependency org="org.gwizard" name="gwizard-services" rev="0.7" />
Leiningen
[org.gwizard/gwizard-services "0.7"]
Apache Buildr
'org.gwizard:gwizard-services:jar:0.7'