s

smallrye-build-parent

SmallRye Build Parent POM
https://smallrye.io
Apache License, Version 2.0
Ken Finnigan
文件下载
文件名 操作
smallrye-build-parent-37.pom 下载
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-build-parent</artifactId>
  <version>37</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye:smallrye-build-parent:37'
Gradle Kotlin
implementation("io.smallrye:smallrye-build-parent:37")
Scala SBT
libraryDependencies += "io.smallrye" % "smallrye-build-parent" % "37"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='smallrye-build-parent', version='37')
)
Apache Ivy
<dependency org="io.smallrye" name="smallrye-build-parent" rev="37" />
Leiningen
[io.smallrye/smallrye-build-parent "37"]
Apache Buildr
'io.smallrye:smallrye-build-parent:jar:37'
本项目依赖
该项目无第三方依赖