| License |
License |
|---|---|
| GroupId | GroupIdcom.skocken |
| ArtifactId | ArtifactIdpresentation |
| Version | Version2.5.0 |
| Type | Typeaar |
| Description |
DescriptionPresentation
An architecture for Android as a replacement of MVC.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| presentation-2.5.0.pom | |
| presentation-2.5.0.aar | 28 KB |
| presentation-2.5.0-sources.jar | 10 KB |
| presentation-2.5.0-javadoc.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.skocken/presentation/ -->
<dependency>
<groupId>com.skocken</groupId>
<artifactId>presentation</artifactId>
<version>2.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.skocken/presentation/
implementation 'com.skocken:presentation:2.5.0'
// https://jarcasting.com/artifacts/com.skocken/presentation/
implementation ("com.skocken:presentation:2.5.0")
'com.skocken:presentation:aar:2.5.0'
<dependency org="com.skocken" name="presentation" rev="2.5.0">
<artifact name="presentation" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.skocken', module='presentation', version='2.5.0')
)
libraryDependencies += "com.skocken" % "presentation" % "2.5.0"
[com.skocken/presentation "2.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.skocken : efficientadapter | jar | 2.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.lifecycle » lifecycle-extensions | jar | 2.0.0 |
| androidx.appcompat » appcompat | jar | 1.0.2 |
| androidx.recyclerview » recyclerview | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.robolectric : robolectric | jar | 3.0 |