h

hudson-gwt-parent

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