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