GroupId | GroupIdcom.heavenark.infrastructure |
---|---|
ArtifactId | ArtifactIdark-infrastructure |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ark-infrastructure-1.0.0.pom | |
ark-infrastructure-1.0.0.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heavenark.infrastructure/ark-infrastructure/ -->
<dependency>
<groupId>com.heavenark.infrastructure</groupId>
<artifactId>ark-infrastructure</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.heavenark.infrastructure/ark-infrastructure/
implementation 'com.heavenark.infrastructure:ark-infrastructure:1.0.0'
// https://jarcasting.com/artifacts/com.heavenark.infrastructure/ark-infrastructure/
implementation ("com.heavenark.infrastructure:ark-infrastructure:1.0.0")
'com.heavenark.infrastructure:ark-infrastructure:jar:1.0.0'
<dependency org="com.heavenark.infrastructure" name="ark-infrastructure" rev="1.0.0">
<artifact name="ark-infrastructure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heavenark.infrastructure', module='ark-infrastructure', version='1.0.0')
)
libraryDependencies += "com.heavenark.infrastructure" % "ark-infrastructure" % "1.0.0"
[com.heavenark.infrastructure/ark-infrastructure "1.0.0"]