h

helidon-services-plugin

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