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