| GroupId | GroupIdcom.github.marschall |
|---|---|
| ArtifactId | ArtifactIdcharsequences |
| Version | Version0.4.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.marschall/charsequences/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>charsequences</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/charsequences/
implementation 'com.github.marschall:charsequences:0.4.0'
// https://jarcasting.com/artifacts/com.github.marschall/charsequences/
implementation ("com.github.marschall:charsequences:0.4.0")
'com.github.marschall:charsequences:jar:0.4.0'
<dependency org="com.github.marschall" name="charsequences" rev="0.4.0">
<artifact name="charsequences" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='charsequences', version='0.4.0')
)
libraryDependencies += "com.github.marschall" % "charsequences" % "0.4.0"
[com.github.marschall/charsequences "0.4.0"]