is not current version
Last Version 2.1.4

com.github.spring-boot-ext:spring-ext 1.5.6

jfinal-websocket to develop websocket

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.spring-boot-ext
ArtifactId

ArtifactId

spring-ext
Version

Version

1.5.6
Type

Type

jar

Download spring-ext 1.5.6


<!-- 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"]