License |
License |
---|---|
GroupId | GroupIdcom.sumologic.plugins.http |
ArtifactId | ArtifactIdsumologic-http-core |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSumo Logic HTTP Core
Core logic for queueing, aggregating, and sending to a Sumo Logic HTTP endpoint
|
Project URL |
Project URL |
Filename | Size |
---|---|
sumologic-http-core-2.0.pom | |
sumologic-http-core-2.0.jar | 19 KB |
sumologic-http-core-2.0-sources.jar | 14 KB |
sumologic-http-core-2.0-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sumologic.plugins.http/sumologic-http-core/ -->
<dependency>
<groupId>com.sumologic.plugins.http</groupId>
<artifactId>sumologic-http-core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sumologic.plugins.http/sumologic-http-core/
implementation 'com.sumologic.plugins.http:sumologic-http-core:2.0'
// https://jarcasting.com/artifacts/com.sumologic.plugins.http/sumologic-http-core/
implementation ("com.sumologic.plugins.http:sumologic-http-core:2.0")
'com.sumologic.plugins.http:sumologic-http-core:jar:2.0'
<dependency org="com.sumologic.plugins.http" name="sumologic-http-core" rev="2.0">
<artifact name="sumologic-http-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sumologic.plugins.http', module='sumologic-http-core', version='2.0')
)
libraryDependencies += "com.sumologic.plugins.http" % "sumologic-http-core" % "2.0"
[com.sumologic.plugins.http/sumologic-http-core "2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |