Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.github.edgarespina |
ArtifactId | ArtifactIdmwa-logging |
Version | Version0.2.2 |
Type | Typepom |
Filename | Size |
---|---|
mwa-logging-0.2.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgarespina/mwa-logging/ -->
<dependency>
<groupId>com.github.edgarespina</groupId>
<artifactId>mwa-logging</artifactId>
<version>0.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgarespina/mwa-logging/
implementation 'com.github.edgarespina:mwa-logging:0.2.2'
// https://jarcasting.com/artifacts/com.github.edgarespina/mwa-logging/
implementation ("com.github.edgarespina:mwa-logging:0.2.2")
'com.github.edgarespina:mwa-logging:pom:0.2.2'
<dependency org="com.github.edgarespina" name="mwa-logging" rev="0.2.2">
<artifact name="mwa-logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.edgarespina', module='mwa-logging', version='0.2.2')
)
libraryDependencies += "com.github.edgarespina" % "mwa-logging" % "0.2.2"
[com.github.edgarespina/mwa-logging "0.2.2"]