| GroupId | GroupIdcom.github.cretz.kastree |
|---|---|
| ArtifactId | ArtifactIdkastree-ast-psi |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kastree-ast-psi-0.2.0.pom | |
| kastree-ast-psi-0.2.0.jar | 60 KB |
| kastree-ast-psi-0.2.0-sources.jar | 9 KB |
| kastree-ast-psi-0.2.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cretz.kastree/kastree-ast-psi/ -->
<dependency>
<groupId>com.github.cretz.kastree</groupId>
<artifactId>kastree-ast-psi</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cretz.kastree/kastree-ast-psi/
implementation 'com.github.cretz.kastree:kastree-ast-psi:0.2.0'
// https://jarcasting.com/artifacts/com.github.cretz.kastree/kastree-ast-psi/
implementation ("com.github.cretz.kastree:kastree-ast-psi:0.2.0")
'com.github.cretz.kastree:kastree-ast-psi:jar:0.2.0'
<dependency org="com.github.cretz.kastree" name="kastree-ast-psi" rev="0.2.0">
<artifact name="kastree-ast-psi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cretz.kastree', module='kastree-ast-psi', version='0.2.0')
)
libraryDependencies += "com.github.cretz.kastree" % "kastree-ast-psi" % "0.2.0"
[com.github.cretz.kastree/kastree-ast-psi "0.2.0"]