MVN

de.xwic.appkit : appkit-dev

Maven & Gradle

Oct 17, 2018
7 stars

APPKIT::DEV

<dependency>
    <groupId>de.xwic.appkit</groupId>
    <artifactId>appkit-dev</artifactId>
    <version>5.3.49</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.xwic.appkit : appkit-dev to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.49

All Versions

Choose a version of de.xwic.appkit : appkit-dev to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
appkit-dev-5.3.49
appkit-dev-5.3.48
appkit-dev-5.3.47
appkit-dev-5.3.46
appkit-dev-5.3.45
appkit-dev-5.3.44
appkit-dev-5.3.43
appkit-dev-5.3.42
appkit-dev-5.3.41
appkit-dev-5.3.40
appkit-dev-5.3.39
appkit-dev-5.3.38
appkit-dev-5.3.37
appkit-dev-5.3.36
appkit-dev-5.3.35
appkit-dev-5.3.34.4
appkit-dev-5.3.34.3
appkit-dev-5.3.34.2
appkit-dev-5.3.34
appkit-dev-5.3.33
appkit-dev-5.3.32
appkit-dev-5.3.31
appkit-dev-5.3.30
appkit-dev-5.3.29
appkit-dev-5.3.28

How to add a dependency to Maven

Add the following de.xwic.appkit : appkit-dev maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.xwic.appkit</groupId>
    <artifactId>appkit-dev</artifactId>
    <version>5.3.49</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.xwic.appkit : appkit-dev gradle dependency to your build.gradle file:

implementation 'de.xwic.appkit:appkit-dev:5.3.49'

Gradle Kotlin DSL: Add the following de.xwic.appkit : appkit-dev gradle kotlin dependency to your build.gradle.kts file:

implementation("de.xwic.appkit:appkit-dev:5.3.49")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.xwic.appkit : appkit-dev sbt scala dependency to your build.sbt file:

libraryDependencies += "de.xwic.appkit" % "appkit-dev" % "5.3.49"

Advertisement