Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.spring-boot-ext |
ArtifactId | ArtifactIdspring-ext |
Version | Version1.5.6 |
Type | Typejar |
Filename | Size |
---|---|
spring-ext-1.5.6.pom | |
spring-ext-1.5.6.jar | 15 KB |
spring-ext-1.5.6-sources.jar | 429 bytes |
spring-ext-1.5.6-javadoc.jar | 429 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spring-boot-ext/spring-ext/ -->
<dependency>
<groupId>com.github.spring-boot-ext</groupId>
<artifactId>spring-ext</artifactId>
<version>1.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spring-boot-ext/spring-ext/
implementation 'com.github.spring-boot-ext:spring-ext:1.5.6'
// https://jarcasting.com/artifacts/com.github.spring-boot-ext/spring-ext/
implementation ("com.github.spring-boot-ext:spring-ext:1.5.6")
'com.github.spring-boot-ext:spring-ext:jar:1.5.6'
<dependency org="com.github.spring-boot-ext" name="spring-ext" rev="1.5.6">
<artifact name="spring-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spring-boot-ext', module='spring-ext', version='1.5.6')
)
libraryDependencies += "com.github.spring-boot-ext" % "spring-ext" % "1.5.6"
[com.github.spring-boot-ext/spring-ext "1.5.6"]