MVN

org.jerkar : core

Maven & Gradle

Jun 10, 2019
3 usages
88 stars

Jerkar · Build simpler, stronger, faster

<dependency>
    <groupId>org.jerkar</groupId>
    <artifactId>core</artifactId>
    <version>0.7.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.7.0.RELEASE
  • Latest Release Candidate: 0.7.0.RC7

All Versions

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

Version Vulnerabilities Updated
0.7.x
core-0.7.0.RELEASE
core-0.7.0.RC7
core-0.7.0.RC6
core-0.7.0.RC4
core-0.7.0.RC3
core-0.7.0.RC2
core-0.7.0.RC1
0.6.x
core-0.6.0
0.5.x
core-0.5.0
0.4.x
core-0.4.6
core-0.4.5
core-0.4.0
0.3.x
core-0.3.2
core-0.3.1
core-0.3.0
0.2.x
core-0.2.7

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jerkar</groupId>
    <artifactId>core</artifactId>
    <version>0.7.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jerkar:core:0.7.0.RELEASE'

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

implementation("org.jerkar:core:0.7.0.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jerkar" % "core" % "0.7.0.RELEASE"

Advertisement