<dependency> <groupId>be.yildiz-games</groupId> <artifactId>common-logging</artifactId> <version>3.3.17</version> </dependency>
implementation 'be.yildiz-games:common-logging:3.3.17'
implementation("be.yildiz-games:common-logging:3.3.17")
libraryDependencies += "be.yildiz-games" % "common-logging" % "3.3.17"
@Grapes( @Grab(group='be.yildiz-games', module='common-logging', version='3.3.17') )
<dependency org="be.yildiz-games" name="common-logging" rev="3.3.17" />
[be.yildiz-games/common-logging "3.3.17"]
'be.yildiz-games:common-logging:jar:3.3.17'
<parent> <groupId>be.yildiz-games</groupId> <artifactId>parent</artifactId> <version>6.0.0</version> </parent>
compile
|-- org.slf4j:slf4j-api:2.0.16
|-- be.yildiz-games:common-properties:1.0.0
test
|-- org.junit.jupiter:junit-jupiter-engine