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