MVN

org.crsh : crsh.jcr.core

Maven & Gradle

Jun 04, 2014
8 usages

CRaSH jcr core · The CRaSH JCR module

<dependency>
    <groupId>org.crsh</groupId>
    <artifactId>crsh.jcr.core</artifactId>
    <version>1.2.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.crsh : crsh.jcr.core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.11
  • Latest Beta: 1.3.0-beta2
  • Latest Alpha: 1.2.0-alpha1

All Versions

Choose a version of org.crsh : crsh.jcr.core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
crsh.jcr.core-1.3.0-beta2
crsh.jcr.core-1.3.0-beta1
1.2.x
crsh.jcr.core-1.2.11
crsh.jcr.core-1.2.10
crsh.jcr.core-1.2.9
crsh.jcr.core-1.2.8
crsh.jcr.core-1.2.7
crsh.jcr.core-1.2.6
crsh.jcr.core-1.2.5
crsh.jcr.core-1.2.4
crsh.jcr.core-1.2.3
crsh.jcr.core-1.2.2
crsh.jcr.core-1.2.1
crsh.jcr.core-1.2.0
crsh.jcr.core-1.2.0-cr11
crsh.jcr.core-1.2.0-cr10
crsh.jcr.core-1.2.0-cr9
crsh.jcr.core-1.2.0-cr8
crsh.jcr.core-1.2.0-cr7
crsh.jcr.core-1.2.0-cr6
crsh.jcr.core-1.2.0-cr5
crsh.jcr.core-1.2.0-cr4
crsh.jcr.core-1.2.0-cr3
crsh.jcr.core-1.2.0-cr2
crsh.jcr.core-1.2.0-cr1
crsh.jcr.core-1.2.0-alpha1
1.1.x
crsh.jcr.core-1.1.0
crsh.jcr.core-1.1.0-cr1
crsh.jcr.core-1.1.0-beta1
1.0.x
crsh.jcr.core-1.0.0
crsh.jcr.core-1.0.0-cr2
crsh.jcr.core-1.0.0-cr1

How to add a dependency to Maven

Add the following org.crsh : crsh.jcr.core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.crsh</groupId>
    <artifactId>crsh.jcr.core</artifactId>
    <version>1.2.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.crsh : crsh.jcr.core gradle dependency to your build.gradle file:

implementation 'org.crsh:crsh.jcr.core:1.2.11'

Gradle Kotlin DSL: Add the following org.crsh : crsh.jcr.core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.crsh:crsh.jcr.core:1.2.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.crsh : crsh.jcr.core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.crsh" % "crsh.jcr.core" % "1.2.11"

Advertisement