MVN

info.jerrinot : subzero-all

Maven & Gradle

Oct 08, 2021
42 stars
<dependency>
    <groupId>info.jerrinot</groupId>
    <artifactId>subzero-all</artifactId>
    <version>0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.jerrinot : subzero-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11

All Versions

Choose a version of info.jerrinot : subzero-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11
subzero-all-0.11
0.10
subzero-all-0.10
0.9
subzero-all-0.9
0.8
subzero-all-0.8
0.7
subzero-all-0.7
0.6
subzero-all-0.6
0.5
subzero-all-0.5
0.4
subzero-all-0.4
0.3
subzero-all-0.3
0.2
subzero-all-0.2
0.1
subzero-all-0.1

How to add a dependency to Maven

Add the following info.jerrinot : subzero-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.jerrinot</groupId>
    <artifactId>subzero-all</artifactId>
    <version>0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.jerrinot : subzero-all gradle dependency to your build.gradle file:

implementation 'info.jerrinot:subzero-all:0.11'

Gradle Kotlin DSL: Add the following info.jerrinot : subzero-all gradle kotlin dependency to your build.gradle.kts file:

implementation("info.jerrinot:subzero-all:0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.jerrinot : subzero-all sbt scala dependency to your build.sbt file:

libraryDependencies += "info.jerrinot" % "subzero-all" % "0.11"

Advertisement