s

smallrye-build-parent

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