GroupId | GroupIdcom.alilitech |
---|---|
ArtifactId | ArtifactIdboot-plus-log |
Version | Version1.2.4 |
Type | Typejar |
Filename | Size |
---|---|
boot-plus-log-1.2.4.pom | |
boot-plus-log-1.2.4.jar | 8 KB |
boot-plus-log-1.2.4-sources.jar | 7 KB |
boot-plus-log-1.2.4-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alilitech/boot-plus-log/ -->
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>boot-plus-log</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/boot-plus-log/
implementation 'com.alilitech:boot-plus-log:1.2.4'
// https://jarcasting.com/artifacts/com.alilitech/boot-plus-log/
implementation ("com.alilitech:boot-plus-log:1.2.4")
'com.alilitech:boot-plus-log:jar:1.2.4'
<dependency org="com.alilitech" name="boot-plus-log" rev="1.2.4">
<artifact name="boot-plus-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='boot-plus-log', version='1.2.4')
)
libraryDependencies += "com.alilitech" % "boot-plus-log" % "1.2.4"
[com.alilitech/boot-plus-log "1.2.4"]