Last Version

Interp4j 0.1.7

Interp4j is a simple library to support string interpolations for java language

License

License

GroupId

GroupId

dev.khbd.interp4j
ArtifactId

ArtifactId

interp4j
Version

Version

0.1.7
Type

Type

pom
Description

Description

Interp4j
Interp4j is a simple library to support string interpolations for java language
Project URL

Project URL

https://github.com/KhadanovichSergey/interp4j
Source Code Management

Source Code Management

https://github.com/KhadanovichSergey/interp4j/tree/main

Download interp4j 0.1.7

Filename Size
interp4j-0.1.7.pom 9 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • interp4j-core
  • interp4j-processor