| GroupId | GroupIdcom.liumapp.qtools.str |
|---|---|
| ArtifactId | ArtifactIdqtools-str |
| Version | Versionv1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| qtools-str-v1.0.0.pom | |
| qtools-str-v1.0.0.jar | 5 KB |
| qtools-str-v1.0.0-sources.jar | 4 KB |
| qtools-str-v1.0.0-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.liumapp.qtools.str/qtools-str/ -->
<dependency>
<groupId>com.liumapp.qtools.str</groupId>
<artifactId>qtools-str</artifactId>
<version>v1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.liumapp.qtools.str/qtools-str/
implementation 'com.liumapp.qtools.str:qtools-str:v1.0.0'
// https://jarcasting.com/artifacts/com.liumapp.qtools.str/qtools-str/
implementation ("com.liumapp.qtools.str:qtools-str:v1.0.0")
'com.liumapp.qtools.str:qtools-str:jar:v1.0.0'
<dependency org="com.liumapp.qtools.str" name="qtools-str" rev="v1.0.0">
<artifact name="qtools-str" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liumapp.qtools.str', module='qtools-str', version='v1.0.0')
)
libraryDependencies += "com.liumapp.qtools.str" % "qtools-str" % "v1.0.0"
[com.liumapp.qtools.str/qtools-str "v1.0.0"]