g

gshell-artifact-ivy

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