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