h

helidon-services-plugin

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