is not current version
Last Version 3.1.0

com.jtschwartz:chorecore 2.0

Utilities to simplify many commonly used pieces of code

GroupId

GroupId

com.jtschwartz
ArtifactId

ArtifactId

chorecore
Version

Version

2.0
Type

Type

jar

Download chorecore 2.0


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