Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.manganit.half |
ArtifactId | ArtifactIdhalf-logging |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
half-logging-0.1.pom | |
half-logging-0.1.jar | 14 KB |
half-logging-0.1-sources.jar | 11 KB |
half-logging-0.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.manganit.half/half-logging/ -->
<dependency>
<groupId>com.manganit.half</groupId>
<artifactId>half-logging</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.manganit.half/half-logging/
implementation 'com.manganit.half:half-logging:0.1'
// https://jarcasting.com/artifacts/com.manganit.half/half-logging/
implementation ("com.manganit.half:half-logging:0.1")
'com.manganit.half:half-logging:jar:0.1'
<dependency org="com.manganit.half" name="half-logging" rev="0.1">
<artifact name="half-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.manganit.half', module='half-logging', version='0.1')
)
libraryDependencies += "com.manganit.half" % "half-logging" % "0.1"
[com.manganit.half/half-logging "0.1"]