g

gshell-marshal

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