GroupId | GroupIdcom.github.jenzz.undobar |
---|---|
ArtifactId | ArtifactIdlibrary |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
library-1.3.pom | |
library-1.3-sources.jar | 4 KB |
library-1.3-javadoc.jar | 57 KB |
library-1.3-api8Release.aar | 126 KB |
library-1.3-api15Release.aar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jenzz.undobar/library/ -->
<dependency>
<groupId>com.github.jenzz.undobar</groupId>
<artifactId>library</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jenzz.undobar/library/
implementation 'com.github.jenzz.undobar:library:1.3'
// https://jarcasting.com/artifacts/com.github.jenzz.undobar/library/
implementation ("com.github.jenzz.undobar:library:1.3")
'com.github.jenzz.undobar:library:jar:1.3'
<dependency org="com.github.jenzz.undobar" name="library" rev="1.3">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jenzz.undobar', module='library', version='1.3')
)
libraryDependencies += "com.github.jenzz.undobar" % "library" % "1.3"
[com.github.jenzz.undobar/library "1.3"]