GroupId | GroupIdcom.github.life-lab |
---|---|
ArtifactId | ArtifactIdcommon-model |
Version | Version0.0.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-model-0.0.2-RELEASE.pom | |
common-model-0.0.2-RELEASE.jar | 18 KB |
common-model-0.0.2-RELEASE-sources.jar | 9 KB |
common-model-0.0.2-RELEASE-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.life-lab/common-model/ -->
<dependency>
<groupId>com.github.life-lab</groupId>
<artifactId>common-model</artifactId>
<version>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.life-lab/common-model/
implementation 'com.github.life-lab:common-model:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.life-lab/common-model/
implementation ("com.github.life-lab:common-model:0.0.2-RELEASE")
'com.github.life-lab:common-model:jar:0.0.2-RELEASE'
<dependency org="com.github.life-lab" name="common-model" rev="0.0.2-RELEASE">
<artifact name="common-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.life-lab', module='common-model', version='0.0.2-RELEASE')
)
libraryDependencies += "com.github.life-lab" % "common-model" % "0.0.2-RELEASE"
[com.github.life-lab/common-model "0.0.2-RELEASE"]