MVN

com.github.luks91 : casy

Maven & Gradle

Jun 10, 2018
1 stars

Casy · A library that shields users from complex dependency management when application data is obtained from multiple backend endpoints that have various relationships between each other.

<dependency>
    <groupId>com.github.luks91</groupId>
    <artifactId>casy</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.luks91 : casy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of com.github.luks91 : casy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
casy-1.2.3
casy-1.2.2
casy-1.2.1
casy-1.2.0
1.1.x
casy-1.1.0
1.0.x
casy-1.0.1
casy-1.0.0
0.0.x
casy-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.luks91</groupId>
    <artifactId>casy</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.luks91 : casy gradle dependency to your build.gradle file:

implementation 'com.github.luks91:casy:1.2.3'

Gradle Kotlin DSL: Add the following com.github.luks91 : casy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.luks91:casy:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.luks91 : casy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.luks91" % "casy" % "1.2.3"

Advertisement