MVN

org.crsh : crsh.site

Maven & Gradle

Mar 16, 2013

CRaSH site

<dependency>
    <groupId>org.crsh</groupId>
    <artifactId>crsh.site</artifactId>
    <version>1.2.0-cr8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.0-cr8
  • Latest Beta: 1.1.0-beta1
  • Latest Alpha: 1.2.0-alpha1

All Versions

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

Version Vulnerabilities Updated
1.2.x
crsh.site-1.2.0-cr8
crsh.site-1.2.0-cr7
crsh.site-1.2.0-cr6
crsh.site-1.2.0-cr5
crsh.site-1.2.0-cr4
crsh.site-1.2.0-cr3
crsh.site-1.2.0-cr2
crsh.site-1.2.0-cr1
crsh.site-1.2.0-alpha1
1.1.x
crsh.site-1.1.0
crsh.site-1.1.0-cr1
crsh.site-1.1.0-beta1
1.0.x
crsh.site-1.0.0
crsh.site-1.0.0-cr2
crsh.site-1.0.0-cr1
crsh.site-1.0.0-beta24

How to add a dependency to Maven

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

<dependency>
    <groupId>org.crsh</groupId>
    <artifactId>crsh.site</artifactId>
    <version>1.2.0-cr8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.crsh:crsh.site:1.2.0-cr8'

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

implementation("org.crsh:crsh.site:1.2.0-cr8")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.crsh" % "crsh.site" % "1.2.0-cr8"