is not current version
Last Version 0.4.3

org.scribble:scribble-parser 0.4.2


GroupId

GroupId

org.scribble
ArtifactId

ArtifactId

scribble-parser
Version

Version

0.4.2
Type

Type

jar

Download scribble-parser 0.4.2


<!-- https://jarcasting.com/artifacts/org.scribble/scribble-parser/ -->
<dependency>
    <groupId>org.scribble</groupId>
    <artifactId>scribble-parser</artifactId>
    <version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.scribble/scribble-parser/
implementation 'org.scribble:scribble-parser:0.4.2'
// https://jarcasting.com/artifacts/org.scribble/scribble-parser/
implementation ("org.scribble:scribble-parser:0.4.2")
'org.scribble:scribble-parser:jar:0.4.2'
<dependency org="org.scribble" name="scribble-parser" rev="0.4.2">
  <artifact name="scribble-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scribble', module='scribble-parser', version='0.4.2')
)
libraryDependencies += "org.scribble" % "scribble-parser" % "0.4.2"
[org.scribble/scribble-parser "0.4.2"]