| GroupId | GroupIdio.github.tonnyl |
|---|---|
| ArtifactId | ArtifactIdwhatsnew |
| Version | Version0.1.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| whatsnew-0.1.4.pom | |
| whatsnew-0.1.4-sources.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.tonnyl/whatsnew/ -->
<dependency>
<groupId>io.github.tonnyl</groupId>
<artifactId>whatsnew</artifactId>
<version>0.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tonnyl/whatsnew/
implementation 'io.github.tonnyl:whatsnew:0.1.4'
// https://jarcasting.com/artifacts/io.github.tonnyl/whatsnew/
implementation ("io.github.tonnyl:whatsnew:0.1.4")
'io.github.tonnyl:whatsnew:aar:0.1.4'
<dependency org="io.github.tonnyl" name="whatsnew" rev="0.1.4">
<artifact name="whatsnew" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.tonnyl', module='whatsnew', version='0.1.4')
)
libraryDependencies += "io.github.tonnyl" % "whatsnew" % "0.1.4"
[io.github.tonnyl/whatsnew "0.1.4"]