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