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