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