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