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