| License |
License |
|---|---|
| GroupId | GroupIdcom.github.uchephilz |
| ArtifactId | ArtifactIdprobelogr_tailer |
| Version | Version1.0.5 |
| Type | Typejar |
| Description |
DescriptionProbelogr Tailer
Probelogr's Tailer is the code used to read real-time entry to files, and feeds this record to Probelogr's server https:\\www.probelogr.com
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| probelogr_tailer-1.0.5.pom | |
| probelogr_tailer-1.0.5.jar | 10 KB |
| probelogr_tailer-1.0.5-sources.jar | 6 KB |
| probelogr_tailer-1.0.5-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.uchephilz/probelogr_tailer/ -->
<dependency>
<groupId>com.github.uchephilz</groupId>
<artifactId>probelogr_tailer</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.uchephilz/probelogr_tailer/
implementation 'com.github.uchephilz:probelogr_tailer:1.0.5'
// https://jarcasting.com/artifacts/com.github.uchephilz/probelogr_tailer/
implementation ("com.github.uchephilz:probelogr_tailer:1.0.5")
'com.github.uchephilz:probelogr_tailer:jar:1.0.5'
<dependency org="com.github.uchephilz" name="probelogr_tailer" rev="1.0.5">
<artifact name="probelogr_tailer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.uchephilz', module='probelogr_tailer', version='1.0.5')
)
libraryDependencies += "com.github.uchephilz" % "probelogr_tailer" % "1.0.5"
[com.github.uchephilz/probelogr_tailer "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.5 |
| com.google.code.gson : gson | jar | 2.8.5 |
| javax.websocket : javax.websocket-api | jar | 1.0 |
| org.glassfish.tyrus : tyrus-server | jar | 1.1 |
| org.glassfish.tyrus : tyrus-client | jar | 1.1 |
| org.glassfish.tyrus : tyrus-container-grizzly | jar | 1.1 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.8.3 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.8.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.3 |
| org.springframework.boot : spring-boot | jar | 2.4.0-SNAPSHOT |