is not current version
Last Version 0.9.20.RC26

dev.jeka:jeka-core 0.8.4.RELEASE

Automate with plain Java code and nothing else.

GroupId

GroupId

dev.jeka
ArtifactId

ArtifactId

jeka-core
Version

Version

0.8.4.RELEASE
Type

Type

jar

Download jeka-core 0.8.4.RELEASE


<!-- https://jarcasting.com/artifacts/dev.jeka/jeka-core/ -->
<dependency>
    <groupId>dev.jeka</groupId>
    <artifactId>jeka-core</artifactId>
    <version>0.8.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/dev.jeka/jeka-core/
implementation 'dev.jeka:jeka-core:0.8.4.RELEASE'
// https://jarcasting.com/artifacts/dev.jeka/jeka-core/
implementation ("dev.jeka:jeka-core:0.8.4.RELEASE")
'dev.jeka:jeka-core:jar:0.8.4.RELEASE'
<dependency org="dev.jeka" name="jeka-core" rev="0.8.4.RELEASE">
  <artifact name="jeka-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.jeka', module='jeka-core', version='0.8.4.RELEASE')
)
libraryDependencies += "dev.jeka" % "jeka-core" % "0.8.4.RELEASE"
[dev.jeka/jeka-core "0.8.4.RELEASE"]