License |
License |
---|---|
Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
GroupId | GroupIdcom.yuvalshavit |
ArtifactId | ArtifactIdantlr-denter-all |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDenter core and examples
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
antlr-denter-all-1.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yuvalshavit/antlr-denter-all/ -->
<dependency>
<groupId>com.yuvalshavit</groupId>
<artifactId>antlr-denter-all</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yuvalshavit/antlr-denter-all/
implementation 'com.yuvalshavit:antlr-denter-all:1.1'
// https://jarcasting.com/artifacts/com.yuvalshavit/antlr-denter-all/
implementation ("com.yuvalshavit:antlr-denter-all:1.1")
'com.yuvalshavit:antlr-denter-all:pom:1.1'
<dependency org="com.yuvalshavit" name="antlr-denter-all" rev="1.1">
<artifact name="antlr-denter-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yuvalshavit', module='antlr-denter-all', version='1.1')
)
libraryDependencies += "com.yuvalshavit" % "antlr-denter-all" % "1.1"
[com.yuvalshavit/antlr-denter-all "1.1"]