MVN

org.omnaest.utils : utils-apl-derived-table

Maven & Gradle

Feb 01, 2015
3 usages
<dependency>
    <groupId>org.omnaest.utils</groupId>
    <artifactId>utils-apl-derived-table</artifactId>
    <version>0.2.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.omnaest.utils : utils-apl-derived-table to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.14

All Versions

Choose a version of org.omnaest.utils : utils-apl-derived-table to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
utils-apl-derived-table-0.2.14
utils-apl-derived-table-0.2.13
utils-apl-derived-table-0.2.12
utils-apl-derived-table-0.2.11
utils-apl-derived-table-0.2.10
utils-apl-derived-table-0.2.9
utils-apl-derived-table-0.2.8
utils-apl-derived-table-0.2.7
utils-apl-derived-table-0.2.6
utils-apl-derived-table-0.2.5
utils-apl-derived-table-0.2.4
utils-apl-derived-table-0.2.3
utils-apl-derived-table-0.2.2
utils-apl-derived-table-0.2.1
utils-apl-derived-table-0.2.0
0.1.x
utils-apl-derived-table-0.1.17
utils-apl-derived-table-0.1.16
utils-apl-derived-table-0.1.15
utils-apl-derived-table-0.1.14
utils-apl-derived-table-0.1.13
utils-apl-derived-table-0.1.12
utils-apl-derived-table-0.1.11

How to add a dependency to Maven

Add the following org.omnaest.utils : utils-apl-derived-table maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.omnaest.utils</groupId>
    <artifactId>utils-apl-derived-table</artifactId>
    <version>0.2.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.omnaest.utils : utils-apl-derived-table gradle dependency to your build.gradle file:

implementation 'org.omnaest.utils:utils-apl-derived-table:0.2.14'

Gradle Kotlin DSL: Add the following org.omnaest.utils : utils-apl-derived-table gradle kotlin dependency to your build.gradle.kts file:

implementation("org.omnaest.utils:utils-apl-derived-table:0.2.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.omnaest.utils : utils-apl-derived-table sbt scala dependency to your build.sbt file:

libraryDependencies += "org.omnaest.utils" % "utils-apl-derived-table" % "0.2.14"