k

kvlog-parser

a parser for log contains both key and value.
://bitbucket.org/jorichoko/pointed-string/overview
MIT
Takeshi Miyakawa
Files download
File Operation
kvlog-parser-0.7.jar download
kvlog-parser-0.7.pom download
kvlog-parser-0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tmiyapub</groupId>
  <artifactId>kvlog-parser</artifactId>
  <version>0.7</version>
</dependency>
Gradle Groovy
implementation 'com.tmiyapub:kvlog-parser:0.7'
Gradle Kotlin
implementation("com.tmiyapub:kvlog-parser:0.7")
Scala SBT
libraryDependencies += "com.tmiyapub" % "kvlog-parser" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.tmiyapub', module='kvlog-parser', version='0.7')
)
Apache Ivy
<dependency org="com.tmiyapub" name="kvlog-parser" rev="0.7" />
Leiningen
[com.tmiyapub/kvlog-parser "0.7"]
Apache Buildr
'com.tmiyapub:kvlog-parser:jar:0.7'
Dependencies