MVN

com.github.jeremyda : insanity

Maven & Gradle

Sep 08, 2020
0 stars

insanity · A library to use Spring Boot easily with Ant Design Lib

<dependency>
    <groupId>com.github.jeremyda</groupId>
    <artifactId>insanity</artifactId>
    <version>3.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.15

All Versions

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

Version Vulnerabilities Updated
3.0.x
insanity-3.0.15
insanity-3.0.14
insanity-3.0.13
insanity-3.0.12
insanity-3.0.6
insanity-3.0.5
insanity-3.0.4
insanity-3.0.3
insanity-3.0.2
insanity-3.0.1
insanity-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.jeremyda</groupId>
    <artifactId>insanity</artifactId>
    <version>3.0.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.jeremyda:insanity:3.0.15'

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

implementation("com.github.jeremyda:insanity:3.0.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.jeremyda" % "insanity" % "3.0.15"