| License |
License |
|---|---|
| GroupId | GroupIdcom.staticbloc.twv |
| ArtifactId | ArtifactIdcore |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionTwoWayView Core Library
RecyclerView-based framework and layouts.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-1.0.0.pom | |
| core-1.0.0.jar | 32 KB |
| core-1.0.0-sources.jar | 12 KB |
| core-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.staticbloc.twv/core/ -->
<dependency>
<groupId>com.staticbloc.twv</groupId>
<artifactId>core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.staticbloc.twv/core/
implementation 'com.staticbloc.twv:core:1.0.0'
// https://jarcasting.com/artifacts/com.staticbloc.twv/core/
implementation ("com.staticbloc.twv:core:1.0.0")
'com.staticbloc.twv:core:jar:1.0.0'
<dependency org="com.staticbloc.twv" name="core" rev="1.0.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.staticbloc.twv', module='core', version='1.0.0')
)
libraryDependencies += "com.staticbloc.twv" % "core" % "1.0.0"
[com.staticbloc.twv/core "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » recyclerview-v7 | jar | 21.0.0 |