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