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