MVN

com.github.crisposs : abs-api

Maven & Gradle

Mar 25, 2016
4 usages
0 stars

ABS API

<dependency>
    <groupId>com.github.crisposs</groupId>
    <artifactId>abs-api</artifactId>
    <version>0.8.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.crisposs : abs-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.10

All Versions

Choose a version of com.github.crisposs : abs-api to add to Maven or Gradle - All Versions:

  • Version Updated
  • abs-api-0.8.10

    Mar 25, 2016
  • abs-api-0.8.9

    Feb 24, 2016
  • abs-api-0.8.8

    Aug 01, 2015
  • abs-api-0.8.7

    Jul 26, 2015
  • abs-api-0.8.6

    Jul 12, 2015
  • abs-api-0.8.5

    Jul 11, 2015
  • abs-api-0.8.4

    May 26, 2015
  • abs-api-0.8.3

    May 26, 2015
  • abs-api-0.8.1

    Feb 26, 2015
  • abs-api-0.7

    Jul 03, 2014
  • abs-api-0.6.6

    Jun 08, 2014
  • abs-api-0.6

    Jun 04, 2014

How to add a dependency to Maven

Add the following com.github.crisposs : abs-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.crisposs</groupId>
    <artifactId>abs-api</artifactId>
    <version>0.8.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.crisposs : abs-api gradle dependency to your build.gradle file:

implementation 'com.github.crisposs:abs-api:0.8.10'

Gradle Kotlin DSL: Add the following com.github.crisposs : abs-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.crisposs:abs-api:0.8.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.crisposs : abs-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.crisposs" % "abs-api" % "0.8.10"