GroupId | GroupIdcom.github.life-labs.leisure |
---|---|
ArtifactId | ArtifactIdframework-model |
Version | Version0.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.life-labs.leisure/framework-model/ -->
<dependency>
<groupId>com.github.life-labs.leisure</groupId>
<artifactId>framework-model</artifactId>
<version>0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.life-labs.leisure/framework-model/
implementation 'com.github.life-labs.leisure:framework-model:0.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.life-labs.leisure/framework-model/
implementation ("com.github.life-labs.leisure:framework-model:0.0.1.RELEASE")
'com.github.life-labs.leisure:framework-model:jar:0.0.1.RELEASE'
<dependency org="com.github.life-labs.leisure" name="framework-model" rev="0.0.1.RELEASE">
<artifact name="framework-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.life-labs.leisure', module='framework-model', version='0.0.1.RELEASE')
)
libraryDependencies += "com.github.life-labs.leisure" % "framework-model" % "0.0.1.RELEASE"
[com.github.life-labs.leisure/framework-model "0.0.1.RELEASE"]