Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.gkutiel |
ArtifactId | ArtifactIdlog-client |
Version | Version0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
log-client-0-RELEASE.pom | |
log-client-0-RELEASE.jar | 3 KB |
log-client-0-RELEASE-sources.jar | 1 KB |
log-client-0-RELEASE-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gkutiel/log-client/ -->
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>log-client</artifactId>
<version>0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/log-client/
implementation 'com.github.gkutiel:log-client:0-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/log-client/
implementation ("com.github.gkutiel:log-client:0-RELEASE")
'com.github.gkutiel:log-client:jar:0-RELEASE'
<dependency org="com.github.gkutiel" name="log-client" rev="0-RELEASE">
<artifact name="log-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='log-client', version='0-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "log-client" % "0-RELEASE"
[com.github.gkutiel/log-client "0-RELEASE"]