GroupId | GroupIdcom.jtschwartz |
---|---|
ArtifactId | ArtifactIdchorecore |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
chorecore-2.0.pom | |
chorecore-2.0.jar | 29 KB |
chorecore-2.0-sources.jar | 7 KB |
chorecore-2.0-javadoc.jar | 320 KB |
Browse |
<!-- 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"]