<dependency> <groupId>be.yildiz-games</groupId> <artifactId>common-time</artifactId> <version>1.0.8</version> </dependency>
implementation 'be.yildiz-games:common-time:1.0.8'
implementation("be.yildiz-games:common-time:1.0.8")
libraryDependencies += "be.yildiz-games" % "common-time" % "1.0.8"
@Grapes( @Grab(group='be.yildiz-games', module='common-time', version='1.0.8') )
<dependency org="be.yildiz-games" name="common-time" rev="1.0.8" />
[be.yildiz-games/common-time "1.0.8"]
'be.yildiz-games:common-time:jar:1.0.8'
<parent> <groupId>be.yildiz-games</groupId> <artifactId>parent</artifactId> <version>6.0.0</version> </parent>
test
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.awaitility:awaitility:4.2.2