Maven Coordinates
Apache Maven
<dependency>
<groupId>com.googlecode.phisix</groupId>
<artifactId>phisix</artifactId>
<version>1.7-SNAPSHOT</version>
<type>war</type>
</dependency>
Apache Ivy
<dependency org="com.googlecode.phisix" name="phisix" rev="1.7-SNAPSHOT">
<artifact name="phisix" type="war" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='com.googlecode.phisix', module='phisix', version='1.7-SNAPSHOT')
)
Gradle/Grails
implementation 'com.googlecode.phisix:phisix:1.7-SNAPSHOT'
Scala SBT
libraryDependencies += "com.googlecode.phisix" % "phisix" % "1.7-SNAPSHOT"
Leiningen
[com.googlecode.phisix/phisix "1.7-SNAPSHOT"]