<dependency> <groupId>be.yildiz-games</groupId> <artifactId>common-shared</artifactId> <version>2.1.1</version> </dependency>
implementation 'be.yildiz-games:common-shared:2.1.1'
implementation("be.yildiz-games:common-shared:2.1.1")
libraryDependencies += "be.yildiz-games" % "common-shared" % "2.1.1"
@Grapes( @Grab(group='be.yildiz-games', module='common-shared', version='2.1.1') )
<dependency org="be.yildiz-games" name="common-shared" rev="2.1.1" />
[be.yildiz-games/common-shared "2.1.1"]
'be.yildiz-games:common-shared:jar:2.1.1'
<parent> <groupId>be.yildiz-games</groupId> <artifactId>parent</artifactId> <version>2.0.0</version> </parent>
compile
|-- org.projectlombok:lombok
|-- de.svenkubiak:jBCrypt
|-- org.huoc:cofoja
test
|-- junit:junit
|-- org.mockito:mockito-core