Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.github.nhirakawa |
ArtifactId | ArtifactIdlogging-base |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
logging-base-2.0.pom | |
logging-base-2.0.jar | 2 KB |
logging-base-2.0-sources.jar | 680 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nhirakawa/logging-base/ -->
<dependency>
<groupId>com.github.nhirakawa</groupId>
<artifactId>logging-base</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nhirakawa/logging-base/
implementation 'com.github.nhirakawa:logging-base:2.0'
// https://jarcasting.com/artifacts/com.github.nhirakawa/logging-base/
implementation ("com.github.nhirakawa:logging-base:2.0")
'com.github.nhirakawa:logging-base:jar:2.0'
<dependency org="com.github.nhirakawa" name="logging-base" rev="2.0">
<artifact name="logging-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nhirakawa', module='logging-base', version='2.0')
)
libraryDependencies += "com.github.nhirakawa" % "logging-base" % "2.0"
[com.github.nhirakawa/logging-base "2.0"]