| License | License | 
|---|---|
| GroupId | GroupIddev.khbd.interp4j | 
| ArtifactId | ArtifactIdinterp4j | 
| Last Version | Last Version0.1.7 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionInterp4j Interp4j is a simple library to support string interpolations for java language | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| interp4j-0.1.7.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/dev.khbd.interp4j/interp4j/ -->
<dependency>
    <groupId>dev.khbd.interp4j</groupId>
    <artifactId>interp4j</artifactId>
    <version>0.1.7</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/dev.khbd.interp4j/interp4j/
implementation 'dev.khbd.interp4j:interp4j:0.1.7'// https://jarcasting.com/artifacts/dev.khbd.interp4j/interp4j/
implementation ("dev.khbd.interp4j:interp4j:0.1.7")'dev.khbd.interp4j:interp4j:pom:0.1.7'<dependency org="dev.khbd.interp4j" name="interp4j" rev="0.1.7">
  <artifact name="interp4j" type="pom" />
</dependency>@Grapes(
@Grab(group='dev.khbd.interp4j', module='interp4j', version='0.1.7')
)libraryDependencies += "dev.khbd.interp4j" % "interp4j" % "0.1.7"[dev.khbd.interp4j/interp4j "0.1.7"]