MVN

fun.hereis.code : all

Maven & Gradle

Feb 04, 2021
0 stars
<dependency>
    <groupId>fun.hereis.code</groupId>
    <artifactId>all</artifactId>
    <version>3.0.RLS</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fun.hereis.code : all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.RLS

All Versions

Choose a version of fun.hereis.code : all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
all-3.0.RLS
2.1.x
all-2.1.RLS
2.0.x
all-2.0.RLS
1.17.x
all-1.17.RLS
1.16.x
all-1.16.RLS
1.15.x
all-1.15.RLS
1.14.x
all-1.14.RLS
1.13.x
all-1.13.RLS
1.9.x
all-1.9.RLS
1.8.x
all-1.8.RLS
1.7.x
all-1.7.RLS
1.6.x
all-1.6.RELEASE
1.4
all-1.4
1.3
all-1.3

How to add a dependency to Maven

Add the following fun.hereis.code : all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fun.hereis.code</groupId>
    <artifactId>all</artifactId>
    <version>3.0.RLS</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fun.hereis.code : all gradle dependency to your build.gradle file:

implementation 'fun.hereis.code:all:3.0.RLS'

Gradle Kotlin DSL: Add the following fun.hereis.code : all gradle kotlin dependency to your build.gradle.kts file:

implementation("fun.hereis.code:all:3.0.RLS")

How to add a dependency to SBT Scala

SBT Scala: Add the following fun.hereis.code : all sbt scala dependency to your build.sbt file:

libraryDependencies += "fun.hereis.code" % "all" % "3.0.RLS"

Advertisement