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