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