MVN

com.impartus : app

Maven & Gradle

Jan 03, 2023

Impartus Activities · Impartus Activities

<dependency>
    <groupId>com.impartus</groupId>
    <artifactId>app</artifactId>
    <version>2.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.impartus : app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.13

All Versions

Choose a version of com.impartus : app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
app-2.0.13
app-2.0.12
app-2.0.11
app-2.0.10
app-2.0.9
app-2.0.8
app-2.0.7
app-2.0.6
app-2.0.5
app-2.0.4
app-2.0.3
app-2.0.2
app-2.0.1
1.0.x
app-1.0.3
app-1.0.2
0.1.x
app-0.1.0
0.0.x
app-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.impartus</groupId>
    <artifactId>app</artifactId>
    <version>2.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.impartus : app gradle dependency to your build.gradle file:

implementation 'com.impartus:app:2.0.13'

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

implementation("com.impartus:app:2.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.impartus : app sbt scala dependency to your build.sbt file:

libraryDependencies += "com.impartus" % "app" % "2.0.13"

Advertisement