MVN

com.skocken : presentation

Maven & Gradle

Feb 21, 2021
151 stars

Presentation · An architecture for Android as a replacement of MVC.

<dependency>
    <groupId>com.skocken</groupId>
    <artifactId>presentation</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.skocken : presentation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of com.skocken : presentation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
presentation-2.5.0
1.0.x
presentation-1.0.1
presentation-1.0.0
0.1
presentation-0.1

How to add a dependency to Maven

Add the following com.skocken : presentation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.skocken</groupId>
    <artifactId>presentation</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.skocken : presentation gradle dependency to your build.gradle file:

implementation 'com.skocken:presentation:2.5.0'

Gradle Kotlin DSL: Add the following com.skocken : presentation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.skocken:presentation:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.skocken : presentation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.skocken" % "presentation" % "2.5.0"

Advertisement