GroupId | GroupIdcom.github.zach-cloud |
---|---|
ArtifactId | ArtifactIdjsyntaxtree |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
jsyntaxtree-1.1.pom | |
jsyntaxtree-1.1.jar | 3 MB |
jsyntaxtree-1.1-sources.jar | 61 KB |
jsyntaxtree-1.1-javadoc.jar | 351 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zach-cloud/jsyntaxtree/ -->
<dependency>
<groupId>com.github.zach-cloud</groupId>
<artifactId>jsyntaxtree</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zach-cloud/jsyntaxtree/
implementation 'com.github.zach-cloud:jsyntaxtree:1.1'
// https://jarcasting.com/artifacts/com.github.zach-cloud/jsyntaxtree/
implementation ("com.github.zach-cloud:jsyntaxtree:1.1")
'com.github.zach-cloud:jsyntaxtree:jar:1.1'
<dependency org="com.github.zach-cloud" name="jsyntaxtree" rev="1.1">
<artifact name="jsyntaxtree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zach-cloud', module='jsyntaxtree', version='1.1')
)
libraryDependencies += "com.github.zach-cloud" % "jsyntaxtree" % "1.1"
[com.github.zach-cloud/jsyntaxtree "1.1"]