| Categories |
CategoriesRetrofit Net HTTP Clients Logging Application Layer Libs |
|---|---|
| GroupId | GroupIdcom.nightlynexus.logging-retrofit |
| ArtifactId | ArtifactIdlogging |
| Version | Version0.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| logging-0.9.0.pom | |
| logging-0.9.0.jar | 7 KB |
| logging-0.9.0-sources.jar | 3 KB |
| logging-0.9.0-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nightlynexus.logging-retrofit/logging/ -->
<dependency>
<groupId>com.nightlynexus.logging-retrofit</groupId>
<artifactId>logging</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nightlynexus.logging-retrofit/logging/
implementation 'com.nightlynexus.logging-retrofit:logging:0.9.0'
// https://jarcasting.com/artifacts/com.nightlynexus.logging-retrofit/logging/
implementation ("com.nightlynexus.logging-retrofit:logging:0.9.0")
'com.nightlynexus.logging-retrofit:logging:jar:0.9.0'
<dependency org="com.nightlynexus.logging-retrofit" name="logging" rev="0.9.0">
<artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nightlynexus.logging-retrofit', module='logging', version='0.9.0')
)
libraryDependencies += "com.nightlynexus.logging-retrofit" % "logging" % "0.9.0"
[com.nightlynexus.logging-retrofit/logging "0.9.0"]