s

smallrye-common-parent

Common utilities for SmallRye
http://smallrye.io
Apache License, Version 2.0
SmallRye Common Team
文件下载
文件名 操作
smallrye-common-parent-1.7.1.pom 下载
Apache Maven
<dependency>
  <groupId>io.smallrye.common</groupId>
  <artifactId>smallrye-common-parent</artifactId>
  <version>1.7.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye.common:smallrye-common-parent:1.7.1'
Gradle Kotlin
implementation("io.smallrye.common:smallrye-common-parent:1.7.1")
Scala SBT
libraryDependencies += "io.smallrye.common" % "smallrye-common-parent" % "1.7.1"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.common', module='smallrye-common-parent', version='1.7.1')
)
Apache Ivy
<dependency org="io.smallrye.common" name="smallrye-common-parent" rev="1.7.1" />
Leiningen
[io.smallrye.common/smallrye-common-parent "1.7.1"]
Apache Buildr
'io.smallrye.common:smallrye-common-parent:jar:1.7.1'