License |
License |
---|---|
GroupId | GroupIdcom.jtschwartz |
ArtifactId | ArtifactIdchorecore |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.jtschwartz:chorecore
Utilities to simplify many commonly used pieces of code
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
chorecore-3.1.0.pom | |
chorecore-3.1.0.jar | 8 KB |
chorecore-3.1.0-sources.jar | 2 KB |
chorecore-3.1.0-javadoc.jar | 268 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jtschwartz/chorecore/ -->
<dependency>
<groupId>com.jtschwartz</groupId>
<artifactId>chorecore</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jtschwartz/chorecore/
implementation 'com.jtschwartz:chorecore:3.1.0'
// https://jarcasting.com/artifacts/com.jtschwartz/chorecore/
implementation ("com.jtschwartz:chorecore:3.1.0")
'com.jtschwartz:chorecore:jar:3.1.0'
<dependency org="com.jtschwartz" name="chorecore" rev="3.1.0">
<artifact name="chorecore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jtschwartz', module='chorecore', version='3.1.0')
)
libraryDependencies += "com.jtschwartz" % "chorecore" % "3.1.0"
[com.jtschwartz/chorecore "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
com.google.code.gson : gson | jar | 2.8.9 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.10 |
junit : junit | jar | 4.13.2 |
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |