| License |
License
MIT License
|
|---|---|
| Categories |
CategoriesGraylog Application Layer Libs Logging |
| GroupId | GroupIdorg.graylog2.repackaged |
| ArtifactId | ArtifactIdnatty |
| Last Version | Last Version0.8-1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNatty Date Parser (repackaged)
Repackaged version of Natty (natural language date parser)
|
| Filename | Size |
|---|---|
| natty-0.8-1.pom | |
| natty-0.8-1.jar | 1 MB |
| natty-0.8-1-sources.jar | 287 KB |
| natty-0.8-1-javadoc.jar | 632 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.graylog2.repackaged/natty/ -->
<dependency>
<groupId>org.graylog2.repackaged</groupId>
<artifactId>natty</artifactId>
<version>0.8-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graylog2.repackaged/natty/
implementation 'org.graylog2.repackaged:natty:0.8-1'
// https://jarcasting.com/artifacts/org.graylog2.repackaged/natty/
implementation ("org.graylog2.repackaged:natty:0.8-1")
'org.graylog2.repackaged:natty:jar:0.8-1'
<dependency org="org.graylog2.repackaged" name="natty" rev="0.8-1">
<artifact name="natty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graylog2.repackaged', module='natty', version='0.8-1')
)
libraryDependencies += "org.graylog2.repackaged" % "natty" % "0.8-1"
[org.graylog2.repackaged/natty "0.8-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.1 |
| org.antlr : gunit | jar | 3.2 |