| GroupId | GroupIdcom.github.gabrielemariotti.changeloglib |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version1.5.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-1.5.0.pom | |
| library-1.5.0.aar | 23 KB |
| library-1.5.0-sources.jar | 15 KB |
| library-1.5.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gabrielemariotti.changeloglib/library/ -->
<dependency>
<groupId>com.github.gabrielemariotti.changeloglib</groupId>
<artifactId>library</artifactId>
<version>1.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gabrielemariotti.changeloglib/library/
implementation 'com.github.gabrielemariotti.changeloglib:library:1.5.0'
// https://jarcasting.com/artifacts/com.github.gabrielemariotti.changeloglib/library/
implementation ("com.github.gabrielemariotti.changeloglib:library:1.5.0")
'com.github.gabrielemariotti.changeloglib:library:aar:1.5.0'
<dependency org="com.github.gabrielemariotti.changeloglib" name="library" rev="1.5.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.gabrielemariotti.changeloglib', module='library', version='1.5.0')
)
libraryDependencies += "com.github.gabrielemariotti.changeloglib" % "library" % "1.5.0"
[com.github.gabrielemariotti.changeloglib/library "1.5.0"]