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