GroupId | GroupIdru.curs |
---|---|
ArtifactId | ArtifactIdxylophone |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
xylophone-1.0.0.pom | |
xylophone-1.0.0.jar | 1 MB |
xylophone-1.0.0-sources.jar | 1 MB |
xylophone-1.0.0-javadoc.jar | 63 KB |
xylophone-1.0.0-bin.zip | 19 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.curs/xylophone/ -->
<dependency>
<groupId>ru.curs</groupId>
<artifactId>xylophone</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.curs/xylophone/
implementation 'ru.curs:xylophone:1.0.0'
// https://jarcasting.com/artifacts/ru.curs/xylophone/
implementation ("ru.curs:xylophone:1.0.0")
'ru.curs:xylophone:jar:1.0.0'
<dependency org="ru.curs" name="xylophone" rev="1.0.0">
<artifact name="xylophone" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.curs', module='xylophone', version='1.0.0')
)
libraryDependencies += "ru.curs" % "xylophone" % "1.0.0"
[ru.curs/xylophone "1.0.0"]