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