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