MVN

com.raven-computing : claymore

Maven & Gradle

Apr 03, 2021
2 stars

Claymore · This is the open source Claymore library which provides additional core libraries for Java

<dependency>
    <groupId>com.raven-computing</groupId>
    <artifactId>claymore</artifactId>
    <version>4.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.raven-computing : claymore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.3

All Versions

Choose a version of com.raven-computing : claymore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
claymore-4.0.3
claymore-4.0.2
claymore-4.0.1
claymore-4.0.0
3.0.x
claymore-3.0.1
claymore-3.0.0
2.5.x
claymore-2.5.0

How to add a dependency to Maven

Add the following com.raven-computing : claymore maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.raven-computing</groupId>
    <artifactId>claymore</artifactId>
    <version>4.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.raven-computing : claymore gradle dependency to your build.gradle file:

implementation 'com.raven-computing:claymore:4.0.3'

Gradle Kotlin DSL: Add the following com.raven-computing : claymore gradle kotlin dependency to your build.gradle.kts file:

implementation("com.raven-computing:claymore:4.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.raven-computing : claymore sbt scala dependency to your build.sbt file:

libraryDependencies += "com.raven-computing" % "claymore" % "4.0.3"

Advertisement