is not current version
Last Version 2.0.1

dev.katsute:jcore 1.1.0

Java library for GitHub Workflow commands

GroupId

GroupId

dev.katsute
ArtifactId

ArtifactId

jcore
Version

Version

1.1.0
Type

Type

jar

Download jcore 1.1.0


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