is not current version
Last Version 3.1.0

com.jtschwartz:chorecore 2.0.1

Utilities to simplify many commonly used pieces of code

GroupId

GroupId

com.jtschwartz
ArtifactId

ArtifactId

chorecore
Version

Version

2.0.1
Type

Type

jar

Download chorecore 2.0.1


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