| GroupId | GroupIdcom.github.tix320 |
|---|---|
| ArtifactId | ArtifactIdravel |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ravel-0.1.0.pom | |
| ravel-0.1.0.jar | 25 KB |
| ravel-0.1.0-sources.jar | 14 KB |
| ravel-0.1.0-javadoc.jar | 445 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tix320/ravel/ -->
<dependency>
<groupId>com.github.tix320</groupId>
<artifactId>ravel</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tix320/ravel/
implementation 'com.github.tix320:ravel:0.1.0'
// https://jarcasting.com/artifacts/com.github.tix320/ravel/
implementation ("com.github.tix320:ravel:0.1.0")
'com.github.tix320:ravel:jar:0.1.0'
<dependency org="com.github.tix320" name="ravel" rev="0.1.0">
<artifact name="ravel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tix320', module='ravel', version='0.1.0')
)
libraryDependencies += "com.github.tix320" % "ravel" % "0.1.0"
[com.github.tix320/ravel "0.1.0"]