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