GroupId | GroupIdbe.yildiz-games |
---|---|
ArtifactId | ArtifactIdfeature-mission-shared |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/feature-mission-shared/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>feature-mission-shared</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/feature-mission-shared/
implementation 'be.yildiz-games:feature-mission-shared:1.0.0'
// https://jarcasting.com/artifacts/be.yildiz-games/feature-mission-shared/
implementation ("be.yildiz-games:feature-mission-shared:1.0.0")
'be.yildiz-games:feature-mission-shared:jar:1.0.0'
<dependency org="be.yildiz-games" name="feature-mission-shared" rev="1.0.0">
<artifact name="feature-mission-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='feature-mission-shared', version='1.0.0')
)
libraryDependencies += "be.yildiz-games" % "feature-mission-shared" % "1.0.0"
[be.yildiz-games/feature-mission-shared "1.0.0"]