GroupId | GroupIdorg.cubeengine |
---|---|
ArtifactId | ArtifactIdlogscribe-syslog |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
logscribe-syslog-1.0.1.pom | |
logscribe-syslog-1.0.1.jar | 4 KB |
logscribe-syslog-1.0.1-sources.jar | 3 KB |
logscribe-syslog-1.0.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cubeengine/logscribe-syslog/ -->
<dependency>
<groupId>org.cubeengine</groupId>
<artifactId>logscribe-syslog</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cubeengine/logscribe-syslog/
implementation 'org.cubeengine:logscribe-syslog:1.0.1'
// https://jarcasting.com/artifacts/org.cubeengine/logscribe-syslog/
implementation ("org.cubeengine:logscribe-syslog:1.0.1")
'org.cubeengine:logscribe-syslog:jar:1.0.1'
<dependency org="org.cubeengine" name="logscribe-syslog" rev="1.0.1">
<artifact name="logscribe-syslog" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cubeengine', module='logscribe-syslog', version='1.0.1')
)
libraryDependencies += "org.cubeengine" % "logscribe-syslog" % "1.0.1"
[org.cubeengine/logscribe-syslog "1.0.1"]