GroupId | GroupIdcom.blackbuild.klum.ast |
---|---|
ArtifactId | ArtifactIdklum-ast |
Version | Version0.99.0 |
Type | Typejar |
Filename | Size |
---|---|
klum-ast-0.99.0.pom | |
klum-ast-0.99.0.jar | 64 KB |
klum-ast-0.99.0-sources.jar | 59 KB |
klum-ast-0.99.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.blackbuild.klum.ast/klum-ast/ -->
<dependency>
<groupId>com.blackbuild.klum.ast</groupId>
<artifactId>klum-ast</artifactId>
<version>0.99.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.blackbuild.klum.ast/klum-ast/
implementation 'com.blackbuild.klum.ast:klum-ast:0.99.0'
// https://jarcasting.com/artifacts/com.blackbuild.klum.ast/klum-ast/
implementation ("com.blackbuild.klum.ast:klum-ast:0.99.0")
'com.blackbuild.klum.ast:klum-ast:jar:0.99.0'
<dependency org="com.blackbuild.klum.ast" name="klum-ast" rev="0.99.0">
<artifact name="klum-ast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blackbuild.klum.ast', module='klum-ast', version='0.99.0')
)
libraryDependencies += "com.blackbuild.klum.ast" % "klum-ast" % "0.99.0"
[com.blackbuild.klum.ast/klum-ast "0.99.0"]