Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.gitee.xinjump |
ArtifactId | ArtifactIdxinjump-easyexcel-spring-boot-starter |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.xinjump/xinjump-easyexcel-spring-boot-starter/ -->
<dependency>
<groupId>com.gitee.xinjump</groupId>
<artifactId>xinjump-easyexcel-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.xinjump/xinjump-easyexcel-spring-boot-starter/
implementation 'com.gitee.xinjump:xinjump-easyexcel-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/com.gitee.xinjump/xinjump-easyexcel-spring-boot-starter/
implementation ("com.gitee.xinjump:xinjump-easyexcel-spring-boot-starter:1.0.1")
'com.gitee.xinjump:xinjump-easyexcel-spring-boot-starter:jar:1.0.1'
<dependency org="com.gitee.xinjump" name="xinjump-easyexcel-spring-boot-starter" rev="1.0.1">
<artifact name="xinjump-easyexcel-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.xinjump', module='xinjump-easyexcel-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "com.gitee.xinjump" % "xinjump-easyexcel-spring-boot-starter" % "1.0.1"
[com.gitee.xinjump/xinjump-easyexcel-spring-boot-starter "1.0.1"]