is not current version
Last Version 0.4.4

com.bertramlabs.plugins:hcl4j 0.2.3

Hashicorp Configuration Language (HCL) Java Parser

GroupId

GroupId

com.bertramlabs.plugins
ArtifactId

ArtifactId

hcl4j
Version

Version

0.2.3
Type

Type

jar

Download hcl4j 0.2.3


<!-- https://jarcasting.com/artifacts/com.bertramlabs.plugins/hcl4j/ -->
<dependency>
    <groupId>com.bertramlabs.plugins</groupId>
    <artifactId>hcl4j</artifactId>
    <version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.bertramlabs.plugins/hcl4j/
implementation 'com.bertramlabs.plugins:hcl4j:0.2.3'
// https://jarcasting.com/artifacts/com.bertramlabs.plugins/hcl4j/
implementation ("com.bertramlabs.plugins:hcl4j:0.2.3")
'com.bertramlabs.plugins:hcl4j:jar:0.2.3'
<dependency org="com.bertramlabs.plugins" name="hcl4j" rev="0.2.3">
  <artifact name="hcl4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bertramlabs.plugins', module='hcl4j', version='0.2.3')
)
libraryDependencies += "com.bertramlabs.plugins" % "hcl4j" % "0.2.3"
[com.bertramlabs.plugins/hcl4j "0.2.3"]