GroupId | GroupIdorg.occurrent |
---|---|
ArtifactId | ArtifactIdexample-rps |
Version | Version0.13.0 |
Type | Typepom |
Filename | Size |
---|---|
example-rps-0.13.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.occurrent/example-rps/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>example-rps</artifactId>
<version>0.13.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/example-rps/
implementation 'org.occurrent:example-rps:0.13.0'
// https://jarcasting.com/artifacts/org.occurrent/example-rps/
implementation ("org.occurrent:example-rps:0.13.0")
'org.occurrent:example-rps:pom:0.13.0'
<dependency org="org.occurrent" name="example-rps" rev="0.13.0">
<artifact name="example-rps" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='example-rps', version='0.13.0')
)
libraryDependencies += "org.occurrent" % "example-rps" % "0.13.0"
[org.occurrent/example-rps "0.13.0"]