GroupId | GroupIdcom.github.fascalsj |
---|---|
ArtifactId | ArtifactIdstring-manipulator |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
string-manipulator-1.0.1.pom | |
string-manipulator-1.0.1.jar | 4 KB |
string-manipulator-1.0.1-sources.jar | 2 KB |
string-manipulator-1.0.1-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fascalsj/string-manipulator/ -->
<dependency>
<groupId>com.github.fascalsj</groupId>
<artifactId>string-manipulator</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fascalsj/string-manipulator/
implementation 'com.github.fascalsj:string-manipulator:1.0.1'
// https://jarcasting.com/artifacts/com.github.fascalsj/string-manipulator/
implementation ("com.github.fascalsj:string-manipulator:1.0.1")
'com.github.fascalsj:string-manipulator:jar:1.0.1'
<dependency org="com.github.fascalsj" name="string-manipulator" rev="1.0.1">
<artifact name="string-manipulator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fascalsj', module='string-manipulator', version='1.0.1')
)
libraryDependencies += "com.github.fascalsj" % "string-manipulator" % "1.0.1"
[com.github.fascalsj/string-manipulator "1.0.1"]