s

smallrye-common-parent

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