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