is not current version
Last Version 2018.1.2

com.github.mrzhqiang.helper.sample:name 2018.1.0


GroupId

GroupId

com.github.mrzhqiang.helper.sample
ArtifactId

ArtifactId

name
Version

Version

2018.1.0
Type

Type

jar

Download name 2018.1.0


<!-- https://jarcasting.com/artifacts/com.github.mrzhqiang.helper.sample/name/ -->
<dependency>
    <groupId>com.github.mrzhqiang.helper.sample</groupId>
    <artifactId>name</artifactId>
    <version>2018.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrzhqiang.helper.sample/name/
implementation 'com.github.mrzhqiang.helper.sample:name:2018.1.0'
// https://jarcasting.com/artifacts/com.github.mrzhqiang.helper.sample/name/
implementation ("com.github.mrzhqiang.helper.sample:name:2018.1.0")
'com.github.mrzhqiang.helper.sample:name:jar:2018.1.0'
<dependency org="com.github.mrzhqiang.helper.sample" name="name" rev="2018.1.0">
  <artifact name="name" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrzhqiang.helper.sample', module='name', version='2018.1.0')
)
libraryDependencies += "com.github.mrzhqiang.helper.sample" % "name" % "2018.1.0"
[com.github.mrzhqiang.helper.sample/name "2018.1.0"]