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