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