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