MVN

org.aperteworkflow : aperte-slim-utils

Maven & Gradle

Aug 21, 2015
2 usages
35 stars

aperte-slim-utils

<dependency>
    <groupId>org.aperteworkflow</groupId>
    <artifactId>aperte-slim-utils</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.aperteworkflow : aperte-slim-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0
  • Latest Release Candidate: 3.2-RC1
  • Latest Beta: 3.0-beta1

All Versions

Choose a version of org.aperteworkflow : aperte-slim-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2
aperte-slim-utils-3.2-RC1
3.0
aperte-slim-utils-3.0-beta1
2.0
aperte-slim-utils-2.0
aperte-slim-utils-2.0-RC1

How to add a dependency to Maven

Add the following org.aperteworkflow : aperte-slim-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.aperteworkflow</groupId>
    <artifactId>aperte-slim-utils</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.aperteworkflow : aperte-slim-utils gradle dependency to your build.gradle file:

implementation 'org.aperteworkflow:aperte-slim-utils:2.0'

Gradle Kotlin DSL: Add the following org.aperteworkflow : aperte-slim-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.aperteworkflow:aperte-slim-utils:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.aperteworkflow : aperte-slim-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.aperteworkflow" % "aperte-slim-utils" % "2.0"

Advertisement