| GroupId | GroupIdcom.thothsun |
|---|---|
| ArtifactId | ArtifactIdsablogger |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| sablogger-1.0.0.pom | |
| sablogger-1.0.0-sources.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thothsun/sablogger/ -->
<dependency>
<groupId>com.thothsun</groupId>
<artifactId>sablogger</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.thothsun/sablogger/
implementation 'com.thothsun:sablogger:1.0.0'
// https://jarcasting.com/artifacts/com.thothsun/sablogger/
implementation ("com.thothsun:sablogger:1.0.0")
'com.thothsun:sablogger:aar:1.0.0'
<dependency org="com.thothsun" name="sablogger" rev="1.0.0">
<artifact name="sablogger" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.thothsun', module='sablogger', version='1.0.0')
)
libraryDependencies += "com.thothsun" % "sablogger" % "1.0.0"
[com.thothsun/sablogger "1.0.0"]