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