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