GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdline-parser |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
line-parser-0.4.0.pom | |
line-parser-0.4.0.jar | 17 KB |
line-parser-0.4.0-sources.jar | 11 KB |
line-parser-0.4.0-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/line-parser/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>line-parser</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/line-parser/
implementation 'com.github.marschall:line-parser:0.4.0'
// https://jarcasting.com/artifacts/com.github.marschall/line-parser/
implementation ("com.github.marschall:line-parser:0.4.0")
'com.github.marschall:line-parser:jar:0.4.0'
<dependency org="com.github.marschall" name="line-parser" rev="0.4.0">
<artifact name="line-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='line-parser', version='0.4.0')
)
libraryDependencies += "com.github.marschall" % "line-parser" % "0.4.0"
[com.github.marschall/line-parser "0.4.0"]