logging component
Component for logging apis using Spring Framework.
License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdbr.com.damsete |
ArtifactId | ArtifactIdlogging |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlogging
Component for logging apis using Spring Framework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
logging-0.0.2.pom | |
logging-0.0.2.jar | 19 KB |
logging-0.0.2-sources.jar | 11 KB |
logging-0.0.2-javadoc.jar | 455 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.damsete/logging/ -->
<dependency>
<groupId>br.com.damsete</groupId>
<artifactId>logging</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.damsete/logging/
implementation 'br.com.damsete:logging:0.0.2'
// https://jarcasting.com/artifacts/br.com.damsete/logging/
implementation ("br.com.damsete:logging:0.0.2")
'br.com.damsete:logging:jar:0.0.2'
<dependency org="br.com.damsete" name="logging" rev="0.0.2">
<artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.damsete', module='logging', version='0.0.2')
)
libraryDependencies += "br.com.damsete" % "logging" % "0.0.2"
[br.com.damsete/logging "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.3.3.RELEASE |
org.springframework.boot : spring-boot-starter-security | jar | 2.3.3.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.3.RELEASE |
commons-io : commons-io | jar | 2.6 |
org.apache.commons : commons-lang3 | jar | 3.9 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.3.RELEASE |
org.springframework.security : spring-security-test | jar | |
com.tngtech.archunit : archunit-junit5-engine | jar | 0.13.1 |
com.github.javafaker : javafaker | jar | 1.0.2 |
org.testcontainers : junit-jupiter | jar | 1.14.3 |
Component for logging apis using Spring Framework.