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