GroupId | GroupIdcom.jtschwartz |
---|---|
ArtifactId | ArtifactIdchorecore |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
chorecore-3.0.0.pom | |
chorecore-3.0.0.jar | 28 KB |
chorecore-3.0.0-sources.jar | 7 KB |
chorecore-3.0.0-javadoc.jar | 320 KB |
Browse |
<!-- 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"]