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