| Группа | Группаcom.greenlaw110.rythm |
|---|---|
| Идентификатор | Идентификаторrythm-engine |
| Версия | Версия1.0-b3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| rythm-engine-1.0-b3.pom | |
| rythm-engine-1.0-b3.jar | 523 KB |
| rythm-engine-1.0-b3-sources.jar | 314 KB |
| rythm-engine-1.0-b3-javadoc.jar | 832 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.greenlaw110.rythm/rythm-engine/ -->
<dependency>
<groupId>com.greenlaw110.rythm</groupId>
<artifactId>rythm-engine</artifactId>
<version>1.0-b3</version>
</dependency>
// https://jarcasting.com/artifacts/com.greenlaw110.rythm/rythm-engine/
implementation 'com.greenlaw110.rythm:rythm-engine:1.0-b3'
// https://jarcasting.com/artifacts/com.greenlaw110.rythm/rythm-engine/
implementation ("com.greenlaw110.rythm:rythm-engine:1.0-b3")
'com.greenlaw110.rythm:rythm-engine:jar:1.0-b3'
<dependency org="com.greenlaw110.rythm" name="rythm-engine" rev="1.0-b3">
<artifact name="rythm-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.greenlaw110.rythm', module='rythm-engine', version='1.0-b3')
)
libraryDependencies += "com.greenlaw110.rythm" % "rythm-engine" % "1.0-b3"
[com.greenlaw110.rythm/rythm-engine "1.0-b3"]