is not current version
Last Version 3.1.0

com.jtschwartz:chorecore 3.0.0

Utilities to simplify many commonly used pieces of code

GroupId

GroupId

com.jtschwartz
ArtifactId

ArtifactId

chorecore
Version

Version

3.0.0
Type

Type

jar

Download chorecore 3.0.0


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