s

snakeyaml-codegen-maven-plugin

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