| GroupId | GroupIdcom.github.cretz.kastree |
|---|---|
| ArtifactId | ArtifactIdkastree-ast-psi |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kastree-ast-psi-0.1.0.pom | |
| kastree-ast-psi-0.1.0.jar | 59 KB |
| kastree-ast-psi-0.1.0-sources.jar | 9 KB |
| kastree-ast-psi-0.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cretz.kastree/kastree-ast-psi/
implementation 'com.github.cretz.kastree:kastree-ast-psi:0.1.0'
// https://jarcasting.com/artifacts/com.github.cretz.kastree/kastree-ast-psi/
implementation ("com.github.cretz.kastree:kastree-ast-psi:0.1.0")
'com.github.cretz.kastree:kastree-ast-psi:jar:0.1.0'
<dependency org="com.github.cretz.kastree" name="kastree-ast-psi" rev="0.1.0">
<artifact name="kastree-ast-psi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cretz.kastree', module='kastree-ast-psi', version='0.1.0')
)
libraryDependencies += "com.github.cretz.kastree" % "kastree-ast-psi" % "0.1.0"
[com.github.cretz.kastree/kastree-ast-psi "0.1.0"]