License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.sarahbuisson |
ArtifactId | ArtifactIdkotlin-parser |
Version | Version1.5 |
Type | Typejar |
Description |
Descriptionkotlin parser
A kotlin file code parser
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-parser-1.5.pom | |
kotlin-parser-1.5.jar | 334 KB |
kotlin-parser-1.5-sources.jar | 117 KB |
kotlin-parser-1.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sarahbuisson/kotlin-parser/ -->
<dependency>
<groupId>com.github.sarahbuisson</groupId>
<artifactId>kotlin-parser</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sarahbuisson/kotlin-parser/
implementation 'com.github.sarahbuisson:kotlin-parser:1.5'
// https://jarcasting.com/artifacts/com.github.sarahbuisson/kotlin-parser/
implementation ("com.github.sarahbuisson:kotlin-parser:1.5")
'com.github.sarahbuisson:kotlin-parser:jar:1.5'
<dependency org="com.github.sarahbuisson" name="kotlin-parser" rev="1.5">
<artifact name="kotlin-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sarahbuisson', module='kotlin-parser', version='1.5')
)
libraryDependencies += "com.github.sarahbuisson" % "kotlin-parser" % "1.5"
[com.github.sarahbuisson/kotlin-parser "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4 | jar | 4.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |