GroupId | GroupIdcom.github.life-lab |
---|---|
ArtifactId | ArtifactIdleisure |
Version | Version0.0.3 |
Type | Typepom |
Filename | Size |
---|---|
leisure-0.0.3.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.life-lab/leisure/ -->
<dependency>
<groupId>com.github.life-lab</groupId>
<artifactId>leisure</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.life-lab/leisure/
implementation 'com.github.life-lab:leisure:0.0.3'
// https://jarcasting.com/artifacts/com.github.life-lab/leisure/
implementation ("com.github.life-lab:leisure:0.0.3")
'com.github.life-lab:leisure:pom:0.0.3'
<dependency org="com.github.life-lab" name="leisure" rev="0.0.3">
<artifact name="leisure" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.life-lab', module='leisure', version='0.0.3')
)
libraryDependencies += "com.github.life-lab" % "leisure" % "0.0.3"
[com.github.life-lab/leisure "0.0.3"]