Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.github.rawnly |
ArtifactId | ArtifactIdlogre-client-java |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
logre-client-java-0.0.1.pom | |
logre-client-java-0.0.1.jar | 9 KB |
logre-client-java-0.0.1-sources.jar | 2 KB |
logre-client-java-0.0.1-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rawnly/logre-client-java/ -->
<dependency>
<groupId>com.github.rawnly</groupId>
<artifactId>logre-client-java</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rawnly/logre-client-java/
implementation 'com.github.rawnly:logre-client-java:0.0.1'
// https://jarcasting.com/artifacts/com.github.rawnly/logre-client-java/
implementation ("com.github.rawnly:logre-client-java:0.0.1")
'com.github.rawnly:logre-client-java:jar:0.0.1'
<dependency org="com.github.rawnly" name="logre-client-java" rev="0.0.1">
<artifact name="logre-client-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rawnly', module='logre-client-java', version='0.0.1')
)
libraryDependencies += "com.github.rawnly" % "logre-client-java" % "0.0.1"
[com.github.rawnly/logre-client-java "0.0.1"]