GroupId | GroupIdbe.yildiz-games |
---|---|
ArtifactId | ArtifactIdcommon-model |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
common-model-1.0.0.pom | |
common-model-1.0.0.jar | 11 KB |
common-model-1.0.0-sources.jar | 15 KB |
common-model-1.0.0-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/common-model/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>common-model</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/common-model/
implementation 'be.yildiz-games:common-model:1.0.0'
// https://jarcasting.com/artifacts/be.yildiz-games/common-model/
implementation ("be.yildiz-games:common-model:1.0.0")
'be.yildiz-games:common-model:jar:1.0.0'
<dependency org="be.yildiz-games" name="common-model" rev="1.0.0">
<artifact name="common-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='common-model', version='1.0.0')
)
libraryDependencies += "be.yildiz-games" % "common-model" % "1.0.0"
[be.yildiz-games/common-model "1.0.0"]