c

chorecore

Utilities to simplify many commonly used pieces of code
https://chorecore.dev
Apache License, Version 2.0
Jacob Schwartz
Files download
File Operation
chorecore-2.0.1.jar download
chorecore-2.0.1.pom download
chorecore-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jtschwartz</groupId>
  <artifactId>chorecore</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.jtschwartz:chorecore:2.0.1'
Gradle Kotlin
implementation("com.jtschwartz:chorecore:2.0.1")
Scala SBT
libraryDependencies += "com.jtschwartz" % "chorecore" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jtschwartz', module='chorecore', version='2.0.1')
)
Apache Ivy
<dependency org="com.jtschwartz" name="chorecore" rev="2.0.1" />
Leiningen
[com.jtschwartz/chorecore "2.0.1"]
Apache Buildr
'com.jtschwartz:chorecore:jar:2.0.1'