Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdxin.xihc |
ArtifactId | ArtifactIdspring-boot-iview |
Version | Version2.11.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-iview-2.11.0.pom | |
spring-boot-iview-2.11.0.jar | 575 KB |
spring-boot-iview-2.11.0-sources.jar | 582 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xin.xihc/spring-boot-iview/ -->
<dependency>
<groupId>xin.xihc</groupId>
<artifactId>spring-boot-iview</artifactId>
<version>2.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/xin.xihc/spring-boot-iview/
implementation 'xin.xihc:spring-boot-iview:2.11.0'
// https://jarcasting.com/artifacts/xin.xihc/spring-boot-iview/
implementation ("xin.xihc:spring-boot-iview:2.11.0")
'xin.xihc:spring-boot-iview:jar:2.11.0'
<dependency org="xin.xihc" name="spring-boot-iview" rev="2.11.0">
<artifact name="spring-boot-iview" type="jar" />
</dependency>
@Grapes(
@Grab(group='xin.xihc', module='spring-boot-iview', version='2.11.0')
)
libraryDependencies += "xin.xihc" % "spring-boot-iview" % "2.11.0"
[xin.xihc/spring-boot-iview "2.11.0"]