is not current version
Last Version 1.1.1.RELEASE

com.github.jiaqi0722:myjob 1.0.1-RELEASE


GroupId

GroupId

com.github.jiaqi0722
ArtifactId

ArtifactId

myjob
Version

Version

1.0.1-RELEASE
Type

Type

jar

Download myjob 1.0.1-RELEASE


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