GroupId | GroupIdcom.blackbuild.klum.ast |
---|---|
ArtifactId | ArtifactIdklum-ast |
Version | Version2.0.0-dev.0.uncommitted+dd1bf58 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.blackbuild.klum.ast/klum-ast/ -->
<dependency>
<groupId>com.blackbuild.klum.ast</groupId>
<artifactId>klum-ast</artifactId>
<version>2.0.0-dev.0.uncommitted+dd1bf58</version>
</dependency>
// https://jarcasting.com/artifacts/com.blackbuild.klum.ast/klum-ast/
implementation 'com.blackbuild.klum.ast:klum-ast:2.0.0-dev.0.uncommitted+dd1bf58'
// https://jarcasting.com/artifacts/com.blackbuild.klum.ast/klum-ast/
implementation ("com.blackbuild.klum.ast:klum-ast:2.0.0-dev.0.uncommitted+dd1bf58")
'com.blackbuild.klum.ast:klum-ast:jar:2.0.0-dev.0.uncommitted+dd1bf58'
<dependency org="com.blackbuild.klum.ast" name="klum-ast" rev="2.0.0-dev.0.uncommitted+dd1bf58">
<artifact name="klum-ast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blackbuild.klum.ast', module='klum-ast', version='2.0.0-dev.0.uncommitted+dd1bf58')
)
libraryDependencies += "com.blackbuild.klum.ast" % "klum-ast" % "2.0.0-dev.0.uncommitted+dd1bf58"
[com.blackbuild.klum.ast/klum-ast "2.0.0-dev.0.uncommitted+dd1bf58"]