GroupId | GroupIdcom.github.sea-huang |
---|---|
ArtifactId | ArtifactIdloggable |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
loggable-1.1.3.pom | |
loggable-1.1.3.jar | 31 KB |
loggable-1.1.3-sources.jar | 19 KB |
loggable-1.1.3-javadoc.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sea-huang/loggable/ -->
<dependency>
<groupId>com.github.sea-huang</groupId>
<artifactId>loggable</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sea-huang/loggable/
implementation 'com.github.sea-huang:loggable:1.1.3'
// https://jarcasting.com/artifacts/com.github.sea-huang/loggable/
implementation ("com.github.sea-huang:loggable:1.1.3")
'com.github.sea-huang:loggable:jar:1.1.3'
<dependency org="com.github.sea-huang" name="loggable" rev="1.1.3">
<artifact name="loggable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sea-huang', module='loggable', version='1.1.3')
)
libraryDependencies += "com.github.sea-huang" % "loggable" % "1.1.3"
[com.github.sea-huang/loggable "1.1.3"]