h

helidon-services-plugin

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