License |
License |
---|---|
GroupId | GroupIdcom.github.zhoumingjiejie |
ArtifactId | ArtifactIdsonatype |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsonatype
Demo project for Spring Boot
|
Project URL |
Project URL |
Filename | Size |
---|---|
sonatype-0.0.3.pom | |
sonatype-0.0.3.jar | 18 MB |
sonatype-0.0.3-sources.jar | 3 KB |
sonatype-0.0.3-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhoumingjiejie/sonatype/ -->
<dependency>
<groupId>com.github.zhoumingjiejie</groupId>
<artifactId>sonatype</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhoumingjiejie/sonatype/
implementation 'com.github.zhoumingjiejie:sonatype:0.0.3'
// https://jarcasting.com/artifacts/com.github.zhoumingjiejie/sonatype/
implementation ("com.github.zhoumingjiejie:sonatype:0.0.3")
'com.github.zhoumingjiejie:sonatype:jar:0.0.3'
<dependency org="com.github.zhoumingjiejie" name="sonatype" rev="0.0.3">
<artifact name="sonatype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhoumingjiejie', module='sonatype', version='0.0.3')
)
libraryDependencies += "com.github.zhoumingjiejie" % "sonatype" % "0.0.3"
[com.github.zhoumingjiejie/sonatype "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.2.6.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools Optional | jar | 2.2.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.6.RELEASE |