MVN

net.hasor : cobble-all

Maven & Gradle

Jul 24, 2023
2 usages

Cobble All-in-One

<dependency>
    <groupId>net.hasor</groupId>
    <artifactId>cobble-all</artifactId>
    <version>4.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.hasor : cobble-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.4

All Versions

Choose a version of net.hasor : cobble-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
cobble-all-4.5.4
cobble-all-4.5.3
cobble-all-4.5.2
cobble-all-4.5.1
cobble-all-4.5.0
4.4.x
cobble-all-4.4.2
cobble-all-4.4.1
cobble-all-4.4.0
4.3.x
cobble-all-4.3.6
cobble-all-4.3.5
cobble-all-4.3.4
cobble-all-4.3.3
cobble-all-4.3.1
cobble-all-4.3.0

How to add a dependency to Maven

Add the following net.hasor : cobble-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.hasor</groupId>
    <artifactId>cobble-all</artifactId>
    <version>4.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.hasor : cobble-all gradle dependency to your build.gradle file:

implementation 'net.hasor:cobble-all:4.5.4'

Gradle Kotlin DSL: Add the following net.hasor : cobble-all gradle kotlin dependency to your build.gradle.kts file:

implementation("net.hasor:cobble-all:4.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.hasor : cobble-all sbt scala dependency to your build.sbt file:

libraryDependencies += "net.hasor" % "cobble-all" % "4.5.4"

Advertisement