| License |
License |
|---|---|
| GroupId | GroupIdio.github.argcc |
| ArtifactId | ArtifactIdstring-function |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionstring-function
Executes the functions in the string
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| string-function-1.0.0.pom | |
| string-function-1.0.0.jar | 12 KB |
| string-function-1.0.0-sources.jar | 6 KB |
| string-function-1.0.0-javadoc.jar | 111 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.argcc/string-function/ -->
<dependency>
<groupId>io.github.argcc</groupId>
<artifactId>string-function</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.argcc/string-function/
implementation 'io.github.argcc:string-function:1.0.0'
// https://jarcasting.com/artifacts/io.github.argcc/string-function/
implementation ("io.github.argcc:string-function:1.0.0")
'io.github.argcc:string-function:jar:1.0.0'
<dependency org="io.github.argcc" name="string-function" rev="1.0.0">
<artifact name="string-function" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.argcc', module='string-function', version='1.0.0')
)
libraryDependencies += "io.github.argcc" % "string-function" % "1.0.0"
[io.github.argcc/string-function "1.0.0"]