License |
License |
---|---|
GroupId | GroupIdio.afu |
ArtifactId | ArtifactIdbaseframework |
Version | Version1.0.4 |
Type | Typejar |
Description |
Descriptionbaseframework
Demo project for Spring Boot
|
Filename | Size |
---|---|
baseframework-1.0.4.pom | |
baseframework-1.0.4.jar | 65 KB |
baseframework-1.0.4-sources.jar | 42 KB |
baseframework-1.0.4-javadoc.jar | 690 KB |
baseframework-1.0.4-exec.jar | 29 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.afu/baseframework/ -->
<dependency>
<groupId>io.afu</groupId>
<artifactId>baseframework</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.afu/baseframework/
implementation 'io.afu:baseframework:1.0.4'
// https://jarcasting.com/artifacts/io.afu/baseframework/
implementation ("io.afu:baseframework:1.0.4")
'io.afu:baseframework:jar:1.0.4'
<dependency org="io.afu" name="baseframework" rev="1.0.4">
<artifact name="baseframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.afu', module='baseframework', version='1.0.4')
)
libraryDependencies += "io.afu" % "baseframework" % "1.0.4"
[io.afu/baseframework "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.4.5 |
org.springframework.boot : spring-boot-starter-validation | jar | 2.4.5 |
org.springframework.boot : spring-boot-starter-aop | jar | 2.4.5 |
org.springframework.boot : spring-boot-starter-actuator | jar | 2.4.5 |
io.springfox : springfox-boot-starter | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.5 |