Files download
File Operation
ftr-gwt-parent-1.0.pom download
Apache Maven
<dependency>
  <groupId>eu.future-earth.gwt</groupId>
  <artifactId>ftr-gwt-parent</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'eu.future-earth.gwt:ftr-gwt-parent:1.0'
Gradle Kotlin
implementation("eu.future-earth.gwt:ftr-gwt-parent:1.0")
Scala SBT
libraryDependencies += "eu.future-earth.gwt" % "ftr-gwt-parent" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='eu.future-earth.gwt', module='ftr-gwt-parent', version='1.0')
)
Apache Ivy
<dependency org="eu.future-earth.gwt" name="ftr-gwt-parent" rev="1.0" />
Leiningen
[eu.future-earth.gwt/ftr-gwt-parent "1.0"]
Apache Buildr
'eu.future-earth.gwt:ftr-gwt-parent:jar:1.0'
Dependencies
The project has no third-party dependencies