Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.github.edgarespina |
ArtifactId | ArtifactIdmwa-logging |
Version | Version0.1.5 |
Type | Typepom |
Filename | Size |
---|---|
mwa-logging-0.1.5.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.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgarespina/mwa-logging/
implementation 'com.github.edgarespina:mwa-logging:0.1.5'
// https://jarcasting.com/artifacts/com.github.edgarespina/mwa-logging/
implementation ("com.github.edgarespina:mwa-logging:0.1.5")
'com.github.edgarespina:mwa-logging:pom:0.1.5'
<dependency org="com.github.edgarespina" name="mwa-logging" rev="0.1.5">
<artifact name="mwa-logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.edgarespina', module='mwa-logging', version='0.1.5')
)
libraryDependencies += "com.github.edgarespina" % "mwa-logging" % "0.1.5"
[com.github.edgarespina/mwa-logging "0.1.5"]