| License |
License |
|---|---|
| GroupId | GroupIdcom.github.tgio |
| ArtifactId | ArtifactIdproteus |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionProteus
Android library for rapid development for recycler view manipulation.
|
| Filename | Size |
|---|---|
| proteus-1.0.1.pom | -1 bytes |
| proteus-1.0.1-sources.jar | 22 KB |
| proteus-1.0.1-javadoc.jar | 109 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tgio/proteus/ -->
<dependency>
<groupId>com.github.tgio</groupId>
<artifactId>proteus</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tgio/proteus/
implementation 'com.github.tgio:proteus:1.0.1'
// https://jarcasting.com/artifacts/com.github.tgio/proteus/
implementation ("com.github.tgio:proteus:1.0.1")
'com.github.tgio:proteus:aar:1.0.1'
<dependency org="com.github.tgio" name="proteus" rev="1.0.1">
<artifact name="proteus" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tgio', module='proteus', version='1.0.1')
)
libraryDependencies += "com.github.tgio" % "proteus" % "1.0.1"
[com.github.tgio/proteus "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » appcompat-v7 | jar | 25.3.1 |
| com.android.support » recyclerview-v7 | jar | 25.3.1 |
| com.nineoldandroids : library | jar | 2.4.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jre7 | jar | 1.1.1 |