MVN

com.sharksharding : shark

Maven & Gradle

Dec 14, 2016
500 stars

shark · shark mysql sharding

<dependency>
    <groupId>com.sharksharding</groupId>
    <artifactId>shark</artifactId>
    <version>2.0.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sharksharding : shark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2.RELEASE

All Versions

Choose a version of com.sharksharding : shark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
shark-2.0.2.RELEASE
shark-2.0.1.RELEASE
shark-2.0.0.RELEASE
1.4.x
shark-1.4.2.RELEASE
shark-1.4.1
shark-1.4.0.RELEASE
shark-1.4.0
1.3.x
shark-1.3.8
shark-1.3.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sharksharding</groupId>
    <artifactId>shark</artifactId>
    <version>2.0.2.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sharksharding : shark gradle dependency to your build.gradle file:

implementation 'com.sharksharding:shark:2.0.2.RELEASE'

Gradle Kotlin DSL: Add the following com.sharksharding : shark gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sharksharding:shark:2.0.2.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sharksharding : shark sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sharksharding" % "shark" % "2.0.2.RELEASE"

Advertisement