| GroupId | GroupIdio.github.odys-z |
|---|---|
| ArtifactId | ArtifactIdalbum-lib |
| Version | Version0.4.14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| album-lib-0.4.14.pom | |
| album-lib-0.4.14.jar | 27 KB |
| album-lib-0.4.14-sources.jar | 8 KB |
| album-lib-0.4.14-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.odys-z/album-lib/ -->
<dependency>
<groupId>io.github.odys-z</groupId>
<artifactId>album-lib</artifactId>
<version>0.4.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.odys-z/album-lib/
implementation 'io.github.odys-z:album-lib:0.4.14'
// https://jarcasting.com/artifacts/io.github.odys-z/album-lib/
implementation ("io.github.odys-z:album-lib:0.4.14")
'io.github.odys-z:album-lib:jar:0.4.14'
<dependency org="io.github.odys-z" name="album-lib" rev="0.4.14">
<artifact name="album-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.odys-z', module='album-lib', version='0.4.14')
)
libraryDependencies += "io.github.odys-z" % "album-lib" % "0.4.14"
[io.github.odys-z/album-lib "0.4.14"]