GroupId | GroupIdorg.rythmengine |
---|---|
ArtifactId | ArtifactIdrythm-engine |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
rythm-engine-1.0.pom | |
rythm-engine-1.0.jar | 591 KB |
rythm-engine-1.0-sources.jar | 354 KB |
rythm-engine-1.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rythmengine/rythm-engine/ -->
<dependency>
<groupId>org.rythmengine</groupId>
<artifactId>rythm-engine</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.rythmengine/rythm-engine/
implementation 'org.rythmengine:rythm-engine:1.0'
// https://jarcasting.com/artifacts/org.rythmengine/rythm-engine/
implementation ("org.rythmengine:rythm-engine:1.0")
'org.rythmengine:rythm-engine:jar:1.0'
<dependency org="org.rythmengine" name="rythm-engine" rev="1.0">
<artifact name="rythm-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rythmengine', module='rythm-engine', version='1.0')
)
libraryDependencies += "org.rythmengine" % "rythm-engine" % "1.0"
[org.rythmengine/rythm-engine "1.0"]