License |
License |
---|---|
GroupId | GroupIddev.katsute |
ArtifactId | ArtifactIdjcore |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJCore
Java library for GitHub Workflow commands
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jcore-2.0.1.pom | |
jcore-2.0.1.jar | 11 KB |
jcore-2.0.1-sources.jar | 6 KB |
jcore-2.0.1-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.katsute/jcore/ -->
<dependency>
<groupId>dev.katsute</groupId>
<artifactId>jcore</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.katsute/jcore/
implementation 'dev.katsute:jcore:2.0.1'
// https://jarcasting.com/artifacts/dev.katsute/jcore/
implementation ("dev.katsute:jcore:2.0.1")
'dev.katsute:jcore:jar:2.0.1'
<dependency org="dev.katsute" name="jcore" rev="2.0.1">
<artifact name="jcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.katsute', module='jcore', version='2.0.1')
)
libraryDependencies += "dev.katsute" % "jcore" % "2.0.1"
[dev.katsute/jcore "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |