| GroupId | GroupIdcom.github.omottec |
|---|---|
| ArtifactId | ArtifactIdlogger |
| Version | Version0.1.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| logger-0.1.4.pom | |
| logger-0.1.4-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.omottec/logger/ -->
<dependency>
<groupId>com.github.omottec</groupId>
<artifactId>logger</artifactId>
<version>0.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.omottec/logger/
implementation 'com.github.omottec:logger:0.1.4'
// https://jarcasting.com/artifacts/com.github.omottec/logger/
implementation ("com.github.omottec:logger:0.1.4")
'com.github.omottec:logger:aar:0.1.4'
<dependency org="com.github.omottec" name="logger" rev="0.1.4">
<artifact name="logger" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.omottec', module='logger', version='0.1.4')
)
libraryDependencies += "com.github.omottec" % "logger" % "0.1.4"
[com.github.omottec/logger "0.1.4"]