Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.github.ollgei.base |
ArtifactId | ArtifactIdbase-logging-library |
Version | Version1.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ollgei.base/base-logging-library/ -->
<dependency>
<groupId>com.github.ollgei.base</groupId>
<artifactId>base-logging-library</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ollgei.base/base-logging-library/
implementation 'com.github.ollgei.base:base-logging-library:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.ollgei.base/base-logging-library/
implementation ("com.github.ollgei.base:base-logging-library:1.0.1.RELEASE")
'com.github.ollgei.base:base-logging-library:jar:1.0.1.RELEASE'
<dependency org="com.github.ollgei.base" name="base-logging-library" rev="1.0.1.RELEASE">
<artifact name="base-logging-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ollgei.base', module='base-logging-library', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.ollgei.base" % "base-logging-library" % "1.0.1.RELEASE"
[com.github.ollgei.base/base-logging-library "1.0.1.RELEASE"]