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.0.pom download
Apache Maven
<dependency>
  <groupId>io.ray</groupId>
  <artifactId>ray-superpom</artifactId>
  <version>1.9.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.ray:ray-superpom:1.9.0'
Gradle Kotlin
implementation("io.ray:ray-superpom:1.9.0")
Scala SBT
libraryDependencies += "io.ray" % "ray-superpom" % "1.9.0"
Groovy Grape
@Grapes(
  @Grab(group='io.ray', module='ray-superpom', version='1.9.0')
)
Apache Ivy
<dependency org="io.ray" name="ray-superpom" rev="1.9.0" />
Leiningen
[io.ray/ray-superpom "1.9.0"]
Apache Buildr
'io.ray:ray-superpom:jar:1.9.0'
Dependencies
The project has no third-party dependencies