License |
License |
---|---|
GroupId | GroupIdorg.scribble |
ArtifactId | ArtifactIdscribble-parser |
Version | Version0.4.3 |
Type | Typejar |
Description |
DescriptionScribble::Modules::Parser
Scribble
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
scribble-parser-0.4.3.pom | |
scribble-parser-0.4.3.jar | 150 KB |
scribble-parser-0.4.3-sources.jar | 82 KB |
scribble-parser-0.4.3-javadoc.jar | 547 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scribble/scribble-parser/ -->
<dependency>
<groupId>org.scribble</groupId>
<artifactId>scribble-parser</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.scribble/scribble-parser/
implementation 'org.scribble:scribble-parser:0.4.3'
// https://jarcasting.com/artifacts/org.scribble/scribble-parser/
implementation ("org.scribble:scribble-parser:0.4.3")
'org.scribble:scribble-parser:jar:0.4.3'
<dependency org="org.scribble" name="scribble-parser" rev="0.4.3">
<artifact name="scribble-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scribble', module='scribble-parser', version='0.4.3')
)
libraryDependencies += "org.scribble" % "scribble-parser" % "0.4.3"
[org.scribble/scribble-parser "0.4.3"]
Group / Artifact | Type | Version |
---|---|---|
org.scribble : scribble-core | jar | 0.4.3 |
org.antlr : antlr-runtime | jar | 3.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |