| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdcom.github.ollgei.base |
| ArtifactId | ArtifactIdbase-logging-library |
| Version | Version2020.1.0.SR1 |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.ollgei.base/base-logging-library/ -->
<dependency>
<groupId>com.github.ollgei.base</groupId>
<artifactId>base-logging-library</artifactId>
<version>2020.1.0.SR1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ollgei.base/base-logging-library/
implementation 'com.github.ollgei.base:base-logging-library:2020.1.0.SR1'
// https://jarcasting.com/artifacts/com.github.ollgei.base/base-logging-library/
implementation ("com.github.ollgei.base:base-logging-library:2020.1.0.SR1")
'com.github.ollgei.base:base-logging-library:jar:2020.1.0.SR1'
<dependency org="com.github.ollgei.base" name="base-logging-library" rev="2020.1.0.SR1">
<artifact name="base-logging-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ollgei.base', module='base-logging-library', version='2020.1.0.SR1')
)
libraryDependencies += "com.github.ollgei.base" % "base-logging-library" % "2020.1.0.SR1"
[com.github.ollgei.base/base-logging-library "2020.1.0.SR1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-jcl Optional | jar | 5.2.5.RELEASE |