License |
License |
---|---|
GroupId | GroupIdcom.jtschwartz |
ArtifactId | ArtifactIdchorecore |
Version | Version1.1 |
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-1.1.pom | |
chorecore-1.1.jar | 8 KB |
chorecore-1.1-sources.jar | 2 KB |
chorecore-1.1-javadoc.jar | 268 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jtschwartz/chorecore/ -->
<dependency>
<groupId>com.jtschwartz</groupId>
<artifactId>chorecore</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jtschwartz/chorecore/
implementation 'com.jtschwartz:chorecore:1.1'
// https://jarcasting.com/artifacts/com.jtschwartz/chorecore/
implementation ("com.jtschwartz:chorecore:1.1")
'com.jtschwartz:chorecore:jar:1.1'
<dependency org="com.jtschwartz" name="chorecore" rev="1.1">
<artifact name="chorecore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jtschwartz', module='chorecore', version='1.1')
)
libraryDependencies += "com.jtschwartz" % "chorecore" % "1.1"
[com.jtschwartz/chorecore "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.10 |
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.5.10 |
junit : junit | jar | 4.13 |
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |