GroupId | GroupIdbe.yildiz-games |
---|---|
ArtifactId | ArtifactIdparent-application |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
parent-application-1.0.0.pom | 4 KB |
parent-application-1.0.0-jar-with-dependencies.jar | 356 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/parent-application/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>parent-application</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/parent-application/
implementation 'be.yildiz-games:parent-application:1.0.0'
// https://jarcasting.com/artifacts/be.yildiz-games/parent-application/
implementation ("be.yildiz-games:parent-application:1.0.0")
'be.yildiz-games:parent-application:jar:1.0.0'
<dependency org="be.yildiz-games" name="parent-application" rev="1.0.0">
<artifact name="parent-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='parent-application', version='1.0.0')
)
libraryDependencies += "be.yildiz-games" % "parent-application" % "1.0.0"
[be.yildiz-games/parent-application "1.0.0"]