| License |
License |
|---|---|
| GroupId | GroupIdcom.cocosw |
| ArtifactId | ArtifactIdlibrary |
| Last Version | Last Version0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUndoBar
UndoBar Pattern implementation for android 2.x +
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| library-0.5.pom | |
| library-0.5.jar | 11 KB |
| library-0.5-sources.jar | 3 KB |
| library-0.5-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cocosw/library/ -->
<dependency>
<groupId>com.cocosw</groupId>
<artifactId>library</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.cocosw/library/
implementation 'com.cocosw:library:0.5'
// https://jarcasting.com/artifacts/com.cocosw/library/
implementation ("com.cocosw:library:0.5")
'com.cocosw:library:jar:0.5'
<dependency org="com.cocosw" name="library" rev="0.5">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cocosw', module='library', version='0.5')
)
libraryDependencies += "com.cocosw" % "library" % "0.5"
[com.cocosw/library "0.5"]