| Categories |
CategoriesLogging Application Layer Libs |
|---|---|
| GroupId | GroupIdcom.walterjwhite.infrastructure |
| ArtifactId | ArtifactIdlogging |
| Version | Version0.0.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| logging-0.0.13.pom | |
| logging-0.0.13.jar | 19 KB |
| logging-0.0.13-sources.jar | 6 KB |
| logging-0.0.13-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.walterjwhite.infrastructure/logging/ -->
<dependency>
<groupId>com.walterjwhite.infrastructure</groupId>
<artifactId>logging</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure/logging/
implementation 'com.walterjwhite.infrastructure:logging:0.0.13'
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure/logging/
implementation ("com.walterjwhite.infrastructure:logging:0.0.13")
'com.walterjwhite.infrastructure:logging:jar:0.0.13'
<dependency org="com.walterjwhite.infrastructure" name="logging" rev="0.0.13">
<artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.walterjwhite.infrastructure', module='logging', version='0.0.13')
)
libraryDependencies += "com.walterjwhite.infrastructure" % "logging" % "0.0.13"
[com.walterjwhite.infrastructure/logging "0.0.13"]