s

sitegen-maven-plugin

Files download
File Operation
sitegen-maven-plugin-3.0.9.jar download
sitegen-maven-plugin-3.0.9.pom download
sitegen-maven-plugin-3.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.helidon.build-tools</groupId>
  <artifactId>sitegen-maven-plugin</artifactId>
  <version>3.0.9</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.helidon.build-tools:sitegen-maven-plugin:3.0.9'
Gradle Kotlin
implementation("io.helidon.build-tools:sitegen-maven-plugin:3.0.9")
Scala SBT
libraryDependencies += "io.helidon.build-tools" % "sitegen-maven-plugin" % "3.0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.helidon.build-tools', module='sitegen-maven-plugin', version='3.0.9')
)
Apache Ivy
<dependency org="io.helidon.build-tools" name="sitegen-maven-plugin" rev="3.0.9" />
Leiningen
[io.helidon.build-tools/sitegen-maven-plugin "3.0.9"]
Apache Buildr
'io.helidon.build-tools:sitegen-maven-plugin:jar:3.0.9'