<dependency> <groupId>be.yildiz-games</groupId> <artifactId>common-file-xml</artifactId> <version>2.0.10</version> </dependency>
implementation 'be.yildiz-games:common-file-xml:2.0.10'
implementation("be.yildiz-games:common-file-xml:2.0.10")
libraryDependencies += "be.yildiz-games" % "common-file-xml" % "2.0.10"
@Grapes( @Grab(group='be.yildiz-games', module='common-file-xml', version='2.0.10') )
<dependency org="be.yildiz-games" name="common-file-xml" rev="2.0.10" />
[be.yildiz-games/common-file-xml "2.0.10"]
'be.yildiz-games:common-file-xml:jar:2.0.10'
<parent> <groupId>be.yildiz-games</groupId> <artifactId>parent</artifactId> <version>6.0.0</version> </parent>
compile
|-- be.yildiz-games:common-file:2.1.0
|-- org.glassfish.jaxb:jaxb-runtime:4.0.5
|-- jakarta.activation:jakarta.activation-api:2.1.3
test
|-- org.junit.jupiter:junit-jupiter-engine