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