GroupId | GroupIdio.ray |
---|---|
ArtifactId | ArtifactIdray-superpom |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
ray-superpom-1.0.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ray/ray-superpom/ -->
<dependency>
<groupId>io.ray</groupId>
<artifactId>ray-superpom</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ray/ray-superpom/
implementation 'io.ray:ray-superpom:1.0.0'
// https://jarcasting.com/artifacts/io.ray/ray-superpom/
implementation ("io.ray:ray-superpom:1.0.0")
'io.ray:ray-superpom:pom:1.0.0'
<dependency org="io.ray" name="ray-superpom" rev="1.0.0">
<artifact name="ray-superpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ray', module='ray-superpom', version='1.0.0')
)
libraryDependencies += "io.ray" % "ray-superpom" % "1.0.0"
[io.ray/ray-superpom "1.0.0"]