is not current version
Last Version 0.5

net.wetheinter:xapi-core-log 0.4

This module contains the basic logger interface, and a few adapter implementations. Note, to use an adapter, you will be responsible for providing dependencies; this module only uses provided scope, to avoid leaking dependencies for adapters.

Categories

Categories

Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-core-log
Version

Version

0.4
Type

Type

jar

Download xapi-core-log 0.4


<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-core-log/ -->
<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi-core-log</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-log/
implementation 'net.wetheinter:xapi-core-log:0.4'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-log/
implementation ("net.wetheinter:xapi-core-log:0.4")
'net.wetheinter:xapi-core-log:jar:0.4'
<dependency org="net.wetheinter" name="xapi-core-log" rev="0.4">
  <artifact name="xapi-core-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-core-log', version='0.4')
)
libraryDependencies += "net.wetheinter" % "xapi-core-log" % "0.4"
[net.wetheinter/xapi-core-log "0.4"]