License |
License |
---|---|
GroupId | GroupIdorg.mayanjun |
ArtifactId | ArtifactIdmyjack-starter |
Last Version | Last Version0.0.2.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe spring boot starter
|
<!-- https://jarcasting.com/artifacts/org.mayanjun/myjack-starter/ -->
<dependency>
<groupId>org.mayanjun</groupId>
<artifactId>myjack-starter</artifactId>
<version>0.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.mayanjun/myjack-starter/
implementation 'org.mayanjun:myjack-starter:0.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.mayanjun/myjack-starter/
implementation ("org.mayanjun:myjack-starter:0.0.2.RELEASE")
'org.mayanjun:myjack-starter:jar:0.0.2.RELEASE'
<dependency org="org.mayanjun" name="myjack-starter" rev="0.0.2.RELEASE">
<artifact name="myjack-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mayanjun', module='myjack-starter', version='0.0.2.RELEASE')
)
libraryDependencies += "org.mayanjun" % "myjack-starter" % "0.0.2.RELEASE"
[org.mayanjun/myjack-starter "0.0.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.39 |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.0.0 |
org.mayanjun : myjack-dal | jar | 0.0.2.RELEASE |
org.mayanjun : core | jar | 0.0.1.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.2.RELEASE |