Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdcommon-client |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
common-client-1.0.7.pom | |
common-client-1.0.7.jar | 25 KB |
common-client-1.0.7-sources.jar | 39 KB |
common-client-1.0.7-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/common-client/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>common-client</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/common-client/
implementation 'be.yildiz-games:common-client:1.0.7'
// https://jarcasting.com/artifacts/be.yildiz-games/common-client/
implementation ("be.yildiz-games:common-client:1.0.7")
'be.yildiz-games:common-client:jar:1.0.7'
<dependency org="be.yildiz-games" name="common-client" rev="1.0.7">
<artifact name="common-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='common-client', version='1.0.7')
)
libraryDependencies += "be.yildiz-games" % "common-client" % "1.0.7"
[be.yildiz-games/common-client "1.0.7"]