GroupId | GroupIdcom.jtschwartz |
---|---|
ArtifactId | ArtifactIdchorechore |
Version | Version1.0 |
Type | Typepom |
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"]