| License |
License |
|---|---|
| GroupId | GroupIdcom.codingapi.springboot |
| ArtifactId | ArtifactIdspringboot-example |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspringboot-example
springboot-example project for Spring Boot
|
| Filename | Size |
|---|---|
| springboot-example-1.0.0.pom | |
| springboot-example-1.0.0.jar | 28 MB |
| springboot-example-1.0.0-sources.jar | 6 KB |
| springboot-example-1.0.0-javadoc.jar | 92 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.codingapi.springboot/springboot-example/ -->
<dependency>
<groupId>com.codingapi.springboot</groupId>
<artifactId>springboot-example</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.codingapi.springboot/springboot-example/
implementation 'com.codingapi.springboot:springboot-example:1.0.0'
// https://jarcasting.com/artifacts/com.codingapi.springboot/springboot-example/
implementation ("com.codingapi.springboot:springboot-example:1.0.0")
'com.codingapi.springboot:springboot-example:jar:1.0.0'
<dependency org="com.codingapi.springboot" name="springboot-example" rev="1.0.0">
<artifact name="springboot-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codingapi.springboot', module='springboot-example', version='1.0.0')
)
libraryDependencies += "com.codingapi.springboot" % "springboot-example" % "1.0.0"
[com.codingapi.springboot/springboot-example "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.5.4 |
| com.h2database : h2 | jar | 1.4.200 |
| com.codingapi.springboot : springboot-framework | jar | 1.0.0 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.5.4 |
| org.springframework.boot : spring-boot-starter | jar | 2.5.4 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.5.4 |
| org.projectlombok : lombok Optional | jar | 1.18.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.5.4 |