License |
License |
---|---|
GroupId | GroupIdcom.github.jiaqi0722 |
ArtifactId | ArtifactIdmyjob |
Last Version | Last Version1.1.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
myjob-1.1.1.RELEASE.pom | |
myjob-1.1.1.RELEASE.jar | 72 KB |
myjob-1.1.1.RELEASE-sources.jar | 32 KB |
myjob-1.1.1.RELEASE-javadoc.jar | 257 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jiaqi0722/myjob/ -->
<dependency>
<groupId>com.github.jiaqi0722</groupId>
<artifactId>myjob</artifactId>
<version>1.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jiaqi0722/myjob/
implementation 'com.github.jiaqi0722:myjob:1.1.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.jiaqi0722/myjob/
implementation ("com.github.jiaqi0722:myjob:1.1.1.RELEASE")
'com.github.jiaqi0722:myjob:jar:1.1.1.RELEASE'
<dependency org="com.github.jiaqi0722" name="myjob" rev="1.1.1.RELEASE">
<artifact name="myjob" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jiaqi0722', module='myjob', version='1.1.1.RELEASE')
)
libraryDependencies += "com.github.jiaqi0722" % "myjob" % "1.1.1.RELEASE"
[com.github.jiaqi0722/myjob "1.1.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.2.0.RELEASE |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.5 |
mysql : mysql-connector-java | jar | 8.0.18 |
org.slf4j : log4j-over-slf4j | jar | 1.7.25 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
com.alibaba : fastjson | jar | 1.2.56 |
org.aspectj : aspectjweaver | jar | 1.8.14 |
io.jsonwebtoken : jjwt | jar | 0.9.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-tomcat | jar | 2.2.0.RELEASE |