| License |
License |
|---|---|
| GroupId | GroupIdink.aos.api |
| ArtifactId | ArtifactIdaosboot-gateway |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiona springcloud service core
|
| Filename | Size |
|---|---|
| aosboot-gateway-3.0.0.pom | |
| aosboot-gateway-3.0.0.jar | 17 KB |
| aosboot-gateway-3.0.0-sources.jar | 11 KB |
| aosboot-gateway-3.0.0-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ink.aos.api/aosboot-gateway/ -->
<dependency>
<groupId>ink.aos.api</groupId>
<artifactId>aosboot-gateway</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ink.aos.api/aosboot-gateway/
implementation 'ink.aos.api:aosboot-gateway:3.0.0'
// https://jarcasting.com/artifacts/ink.aos.api/aosboot-gateway/
implementation ("ink.aos.api:aosboot-gateway:3.0.0")
'ink.aos.api:aosboot-gateway:jar:3.0.0'
<dependency org="ink.aos.api" name="aosboot-gateway" rev="3.0.0">
<artifact name="aosboot-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='ink.aos.api', module='aosboot-gateway', version='3.0.0')
)
libraryDependencies += "ink.aos.api" % "aosboot-gateway" % "3.0.0"
[ink.aos.api/aosboot-gateway "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |