| GroupId | GroupIdcom.github.GG-A |
|---|---|
| ArtifactId | ArtifactIdstring-interpolator |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| string-interpolator-0.0.1.pom | |
| string-interpolator-0.0.1.jar | 20 KB |
| string-interpolator-0.0.1-sources.jar | 14 KB |
| string-interpolator-0.0.1-javadoc.jar | 96 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.GG-A/string-interpolator/ -->
<dependency>
<groupId>com.github.GG-A</groupId>
<artifactId>string-interpolator</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.GG-A/string-interpolator/
implementation 'com.github.GG-A:string-interpolator:0.0.1'
// https://jarcasting.com/artifacts/com.github.GG-A/string-interpolator/
implementation ("com.github.GG-A:string-interpolator:0.0.1")
'com.github.GG-A:string-interpolator:jar:0.0.1'
<dependency org="com.github.GG-A" name="string-interpolator" rev="0.0.1">
<artifact name="string-interpolator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.GG-A', module='string-interpolator', version='0.0.1')
)
libraryDependencies += "com.github.GG-A" % "string-interpolator" % "0.0.1"
[com.github.GG-A/string-interpolator "0.0.1"]