| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mrzhqiang.helper.sample |
| ArtifactId | ArtifactIdstrings |
| Version | Version1.0-beta |
| Type | Typejar |
| Description |
DescriptionSample: Strings
The helper is a library for Java and Android.
|
| Filename | Size |
|---|---|
| strings-1.0-beta.pom | |
| strings-1.0-beta.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrzhqiang.helper.sample/strings/ -->
<dependency>
<groupId>com.github.mrzhqiang.helper.sample</groupId>
<artifactId>strings</artifactId>
<version>1.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrzhqiang.helper.sample/strings/
implementation 'com.github.mrzhqiang.helper.sample:strings:1.0-beta'
// https://jarcasting.com/artifacts/com.github.mrzhqiang.helper.sample/strings/
implementation ("com.github.mrzhqiang.helper.sample:strings:1.0-beta")
'com.github.mrzhqiang.helper.sample:strings:jar:1.0-beta'
<dependency org="com.github.mrzhqiang.helper.sample" name="strings" rev="1.0-beta">
<artifact name="strings" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrzhqiang.helper.sample', module='strings', version='1.0-beta')
)
libraryDependencies += "com.github.mrzhqiang.helper.sample" % "strings" % "1.0-beta"
[com.github.mrzhqiang.helper.sample/strings "1.0-beta"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.mrzhqiang.helper : helper | jar | 1.0-beta |