| License |
License |
|---|---|
| GroupId | GroupIdcom.github.semoncat.wizzardpager |
| ArtifactId | ArtifactIdlibrary |
| Version | Version0.1 |
| Type | Typeaar |
| Description |
DescriptionWizzardPager Library
A Library for make a guide wizzard.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-0.1.pom | |
| library-0.1.aar | 41 KB |
| library-0.1-sources.jar | 23 KB |
| library-0.1-javadoc.jar | 105 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.semoncat.wizzardpager/library/ -->
<dependency>
<groupId>com.github.semoncat.wizzardpager</groupId>
<artifactId>library</artifactId>
<version>0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.semoncat.wizzardpager/library/
implementation 'com.github.semoncat.wizzardpager:library:0.1'
// https://jarcasting.com/artifacts/com.github.semoncat.wizzardpager/library/
implementation ("com.github.semoncat.wizzardpager:library:0.1")
'com.github.semoncat.wizzardpager:library:aar:0.1'
<dependency org="com.github.semoncat.wizzardpager" name="library" rev="0.1">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.semoncat.wizzardpager', module='library', version='0.1')
)
libraryDependencies += "com.github.semoncat.wizzardpager" % "library" % "0.1"
[com.github.semoncat.wizzardpager/library "0.1"]