MVN

dev.jeka : jeka-core

Maven & Gradle

Jul 08, 2023
68 stars

jeka · Automate with plain Java code and nothing else.

<dependency>
    <groupId>dev.jeka</groupId>
    <artifactId>jeka-core</artifactId>
    <version>0.10.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.jeka : jeka-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.22
  • Latest Release Candidate: 0.9.20.RC47

All Versions

Choose a version of dev.jeka : jeka-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
O.9.x
jeka-core-O.9.0.M2
0.10.x
jeka-core-0.10.22
jeka-core-0.10.21
jeka-core-0.10.20
jeka-core-0.10.19
jeka-core-0.10.18
jeka-core-0.10.17
jeka-core-0.10.16
jeka-core-0.10.15
jeka-core-0.10.14
jeka-core-0.10.13
jeka-core-0.10.12
jeka-core-0.10.11
jeka-core-0.10.10
jeka-core-0.10.9
jeka-core-0.10.8
jeka-core-0.10.6
jeka-core-0.10.5
jeka-core-0.10.4
jeka-core-0.10.3
jeka-core-0.10.2
jeka-core-0.10.1
jeka-core-0.10.0
0.9.x
jeka-core-0.9.20.RC47
jeka-core-0.9.20.RC46
jeka-core-0.9.20.RC44
jeka-core-0.9.20.RC43
jeka-core-0.9.20.RC42
jeka-core-0.9.20.RC41
jeka-core-0.9.20.RC40
jeka-core-0.9.20.RC39
jeka-core-0.9.20.RC38
jeka-core-0.9.20.RC37
jeka-core-0.9.20.RC36
jeka-core-0.9.20.RC35
jeka-core-0.9.20.RC34
jeka-core-0.9.20.RC31
jeka-core-0.9.20.RC30
jeka-core-0.9.20.RC28
jeka-core-0.9.20.RC26
jeka-core-0.9.20.RC25
jeka-core-0.9.20.RC24
jeka-core-0.9.20.RC15
jeka-core-0.9.20.RC14
jeka-core-0.9.20.RC13
jeka-core-0.9.20.RC12
jeka-core-0.9.20.RC11
jeka-core-0.9.20.RC10
jeka-core-0.9.20.RC9
jeka-core-0.9.20.RC8
jeka-core-0.9.20.RC7
jeka-core-0.9.20.RC6
jeka-core-0.9.20.RC5
jeka-core-0.9.20.RC4
jeka-core-0.9.20.RC3
jeka-core-0.9.20.RC2
jeka-core-0.9.20.RC1
jeka-core-0.9.16.RC5
jeka-core-0.9.16.RC4
jeka-core-0.9.16.RC3
jeka-core-0.9.16.RC2
jeka-core-0.9.16.RC1
jeka-core-0.9.15.RELEASE
jeka-core-0.9.15.M2
jeka-core-0.9.15.M1
jeka-core-0.9.14.RELEASE
jeka-core-0.9.13.RELEASE
jeka-core-0.9.12.RELEASE
jeka-core-0.9.11.RELEASE
jeka-core-0.9.11.RC1
jeka-core-0.9.10.RELEASE
jeka-core-0.9.10.RC6
jeka-core-0.9.10.RC5
jeka-core-0.9.10.RC4
jeka-core-0.9.10.RC3
jeka-core-0.9.10.RC2
jeka-core-0.9.10.RC1
jeka-core-0.9.5.RC1
jeka-core-0.9.4
jeka-core-0.9.4.RC3
jeka-core-0.9.4.RC2
jeka-core-0.9.4.RC1
jeka-core-0.9.3.RELEASE
jeka-core-0.9.2.RELEASE
jeka-core-0.9.1.RELEASE
jeka-core-0.9.0.RELEASE
jeka-core-0.9.0.M11
jeka-core-0.9.0.M10
jeka-core-0.9.0.M9
jeka-core-0.9.0.M7
jeka-core-0.9.0.M6
jeka-core-0.9.0.M5
jeka-core-0.9.0.M4
jeka-core-0.9.0.M3
jeka-core-0.9.0.M1
0.8.x
jeka-core-0.8.20.RELEASE
jeka-core-0.8.19.RELEASE
jeka-core-0.8.18.RELEASE
jeka-core-0.8.17.RELEASE
jeka-core-0.8.16.RELEASE
jeka-core-0.8.15.RELEASE
jeka-core-0.8.14.RELEASE
jeka-core-0.8.13.RELEASE
jeka-core-0.8.12.RELEASE
jeka-core-0.8.11.RELEASE
jeka-core-0.8.10.RELEASE
jeka-core-0.8.9.RELEASE
jeka-core-0.8.8.RELEASE
jeka-core-0.8.7.RELEASE
jeka-core-0.8.6.RELEASE
jeka-core-0.8.5.RELEASE
jeka-core-0.8.4.RELEASE
jeka-core-0.8.3.RELEASE
jeka-core-0.8.2.RELEASE
jeka-core-0.8.1.RELEASE
jeka-core-0.8.0.RELEASE
jeka-core-0.8.0.RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.jeka</groupId>
    <artifactId>jeka-core</artifactId>
    <version>0.10.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.jeka : jeka-core gradle dependency to your build.gradle file:

implementation 'dev.jeka:jeka-core:0.10.22'

Gradle Kotlin DSL: Add the following dev.jeka : jeka-core gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.jeka:jeka-core:0.10.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.jeka : jeka-core sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.jeka" % "jeka-core" % "0.10.22"

Advertisement

Dependencies from Group

Jul 08, 2023
4 stars
Jul 08, 2023
1 stars
Jul 08, 2023
68 stars
Jul 08, 2023

Discover Dependencies

Oct 01, 2020
Nov 12, 2021
2 usages
8 stars
May 21, 2022
421 usages
898 stars
Jun 03, 2023
75 usages
535 stars
Aug 15, 2023
317 usages
12.9k stars
Aug 15, 2023
437 usages
12.9k stars