Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdai.wordbox |
ArtifactId | ArtifactIdremotelogging |
Version | Version0.9.0-RC02 |
Type | Typeaar |
Filename | Size |
---|---|
remotelogging-0.9.0-RC02.pom | |
remotelogging-0.9.0-RC02-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.wordbox/remotelogging/ -->
<dependency>
<groupId>ai.wordbox</groupId>
<artifactId>remotelogging</artifactId>
<version>0.9.0-RC02</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ai.wordbox/remotelogging/
implementation 'ai.wordbox:remotelogging:0.9.0-RC02'
// https://jarcasting.com/artifacts/ai.wordbox/remotelogging/
implementation ("ai.wordbox:remotelogging:0.9.0-RC02")
'ai.wordbox:remotelogging:aar:0.9.0-RC02'
<dependency org="ai.wordbox" name="remotelogging" rev="0.9.0-RC02">
<artifact name="remotelogging" type="aar" />
</dependency>
@Grapes(
@Grab(group='ai.wordbox', module='remotelogging', version='0.9.0-RC02')
)
libraryDependencies += "ai.wordbox" % "remotelogging" % "0.9.0-RC02"
[ai.wordbox/remotelogging "0.9.0-RC02"]