| GroupId | GroupIdcom.github.gabrielemariotti.changeloglib |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version1.2.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-1.2.0.pom | |
| library-1.2.0.aar | 19 KB |
| library-1.2.0-sources.jar | 13 KB |
| library-1.2.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.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gabrielemariotti.changeloglib/library/
implementation 'com.github.gabrielemariotti.changeloglib:library:1.2.0'
// https://jarcasting.com/artifacts/com.github.gabrielemariotti.changeloglib/library/
implementation ("com.github.gabrielemariotti.changeloglib:library:1.2.0")
'com.github.gabrielemariotti.changeloglib:library:aar:1.2.0'
<dependency org="com.github.gabrielemariotti.changeloglib" name="library" rev="1.2.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.gabrielemariotti.changeloglib', module='library', version='1.2.0')
)
libraryDependencies += "com.github.gabrielemariotti.changeloglib" % "library" % "1.2.0"
[com.github.gabrielemariotti.changeloglib/library "1.2.0"]