GroupId | GroupIdorg.unlaxer |
---|---|
ArtifactId | ArtifactIdebnf |
Version | Version1.1.19 |
Type | Typejar |
Filename | Size |
---|---|
ebnf-1.1.19.pom | |
ebnf-1.1.19.jar | 64 KB |
ebnf-1.1.19-sources.jar | 50 KB |
ebnf-1.1.19-javadoc.jar | 688 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unlaxer/ebnf/ -->
<dependency>
<groupId>org.unlaxer</groupId>
<artifactId>ebnf</artifactId>
<version>1.1.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.unlaxer/ebnf/
implementation 'org.unlaxer:ebnf:1.1.19'
// https://jarcasting.com/artifacts/org.unlaxer/ebnf/
implementation ("org.unlaxer:ebnf:1.1.19")
'org.unlaxer:ebnf:jar:1.1.19'
<dependency org="org.unlaxer" name="ebnf" rev="1.1.19">
<artifact name="ebnf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unlaxer', module='ebnf', version='1.1.19')
)
libraryDependencies += "org.unlaxer" % "ebnf" % "1.1.19"
[org.unlaxer/ebnf "1.1.19"]