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