Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.github.rawnly |
ArtifactId | ArtifactIdlogre-client-java |
Version | Version2020.6.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.rawnly/logre-client-java/ -->
<dependency>
<groupId>com.github.rawnly</groupId>
<artifactId>logre-client-java</artifactId>
<version>2020.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rawnly/logre-client-java/
implementation 'com.github.rawnly:logre-client-java:2020.6.1'
// https://jarcasting.com/artifacts/com.github.rawnly/logre-client-java/
implementation ("com.github.rawnly:logre-client-java:2020.6.1")
'com.github.rawnly:logre-client-java:jar:2020.6.1'
<dependency org="com.github.rawnly" name="logre-client-java" rev="2020.6.1">
<artifact name="logre-client-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rawnly', module='logre-client-java', version='2020.6.1')
)
libraryDependencies += "com.github.rawnly" % "logre-client-java" % "2020.6.1"
[com.github.rawnly/logre-client-java "2020.6.1"]