is not current version
Last Version 1.1

com.jtschwartz:chorechore 1.0

Utilities to simplify many commonly used pieces of code

GroupId

GroupId

com.jtschwartz
ArtifactId

ArtifactId

chorechore
Version

Version

1.0
Type

Type

pom

Download chorechore 1.0

Filename Size
chorechore-1.0.pom 5 KB
Browse

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