| License |
License
Commercial License
Non-commercial License
|
|---|---|
| GroupId | GroupIdnz.co.gregs |
| ArtifactId | ArtifactIdseparatedstring |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSeparatedString
A fluent API to generate and parse CSV amd bracketed lists
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| separatedstring-2.0.pom | |
| separatedstring-2.0.jar | 10 KB |
| separatedstring-2.0-sources.jar | 7 KB |
| separatedstring-2.0-javadoc.jar | 376 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nz.co.gregs/separatedstring/ -->
<dependency>
<groupId>nz.co.gregs</groupId>
<artifactId>separatedstring</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/nz.co.gregs/separatedstring/
implementation 'nz.co.gregs:separatedstring:2.0'
// https://jarcasting.com/artifacts/nz.co.gregs/separatedstring/
implementation ("nz.co.gregs:separatedstring:2.0")
'nz.co.gregs:separatedstring:jar:2.0'
<dependency org="nz.co.gregs" name="separatedstring" rev="2.0">
<artifact name="separatedstring" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.co.gregs', module='separatedstring', version='2.0')
)
libraryDependencies += "nz.co.gregs" % "separatedstring" % "2.0"
[nz.co.gregs/separatedstring "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.3 |
| junit : junit | jar | 4.13.2 |