r

ray-superpom

An open source framework that provides a simple, universal API for building distributed applications.
https://github.com/ray-project/ray
The Apache License, Version 2.0
Files download
File Operation
ray-superpom-1.9.2.pom download
Apache Maven
<dependency>
  <groupId>io.ray</groupId>
  <artifactId>ray-superpom</artifactId>
  <version>1.9.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.ray:ray-superpom:1.9.2'
Gradle Kotlin
implementation("io.ray:ray-superpom:1.9.2")
Scala SBT
libraryDependencies += "io.ray" % "ray-superpom" % "1.9.2"
Groovy Grape
@Grapes(
  @Grab(group='io.ray', module='ray-superpom', version='1.9.2')
)
Apache Ivy
<dependency org="io.ray" name="ray-superpom" rev="1.9.2" />
Leiningen
[io.ray/ray-superpom "1.9.2"]
Apache Buildr
'io.ray:ray-superpom:jar:1.9.2'
Dependencies
The project has no third-party dependencies