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