License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.wuriyanto |
ArtifactId | ArtifactIdjvm-stash |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionjvm-stash
send your log into logstash
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jvm-stash-1.0.pom | |
jvm-stash-1.0.jar | 17 KB |
jvm-stash-1.0-sources.jar | 7 KB |
jvm-stash-1.0-javadoc.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wuriyanto/jvm-stash/ -->
<dependency>
<groupId>com.wuriyanto</groupId>
<artifactId>jvm-stash</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wuriyanto/jvm-stash/
implementation 'com.wuriyanto:jvm-stash:1.0'
// https://jarcasting.com/artifacts/com.wuriyanto/jvm-stash/
implementation ("com.wuriyanto:jvm-stash:1.0")
'com.wuriyanto:jvm-stash:jar:1.0'
<dependency org="com.wuriyanto" name="jvm-stash" rev="1.0">
<artifact name="jvm-stash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wuriyanto', module='jvm-stash', version='1.0')
)
libraryDependencies += "com.wuriyanto" % "jvm-stash" % "1.0"
[com.wuriyanto/jvm-stash "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.9.10 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |