License |
License |
---|---|
GroupId | GroupIdorg.bytesoft |
ArtifactId | ArtifactIdbytetcc-supports-springboot |
Last Version | Last Version0.5.12 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbytetcc-supports-springboot
The bytetcc-supports-springboot project is the module of ByteTCC for integrating with spring boot.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.bytesoft/bytetcc-supports-springboot/ -->
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports-springboot</artifactId>
<version>0.5.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytesoft/bytetcc-supports-springboot/
implementation 'org.bytesoft:bytetcc-supports-springboot:0.5.12'
// https://jarcasting.com/artifacts/org.bytesoft/bytetcc-supports-springboot/
implementation ("org.bytesoft:bytetcc-supports-springboot:0.5.12")
'org.bytesoft:bytetcc-supports-springboot:jar:0.5.12'
<dependency org="org.bytesoft" name="bytetcc-supports-springboot" rev="0.5.12">
<artifact name="bytetcc-supports-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytesoft', module='bytetcc-supports-springboot', version='0.5.12')
)
libraryDependencies += "org.bytesoft" % "bytetcc-supports-springboot" % "0.5.12"
[org.bytesoft/bytetcc-supports-springboot "0.5.12"]
Group / Artifact | Type | Version |
---|---|---|
org.bytesoft : bytetcc-supports | jar | 0.5.12 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.springframework : spring-context | jar | 5.0.8.RELEASE |
org.springframework : spring-tx | jar | 5.0.8.RELEASE |
org.springframework : spring-jdbc | jar | 5.0.8.RELEASE |
org.springframework : spring-aop | jar | 5.0.8.RELEASE |
org.springframework : spring-webmvc | jar | 5.0.8.RELEASE |
org.springframework.boot : spring-boot | jar | 2.0.4.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.4.RELEASE |
io.netty : netty-buffer | jar | 4.1.9.Final |
io.netty : netty-codec | jar | 4.1.9.Final |
io.netty : netty-codec-http | jar | 4.1.9.Final |
io.netty : netty-common | jar | 4.1.9.Final |
io.netty : netty-handler | jar | 4.1.9.Final |
io.netty : netty-transport | jar | 4.1.9.Final |
io.netty : netty-transport-native-epoll | jar | 4.1.9.Final |
aopalliance : aopalliance | jar | 1.0 |
cglib : cglib | jar | 2.2.2 |
org.ow2.asm : asm | jar | 5.0.4 |
org.aspectj : aspectjweaver | jar | 1.8.13 |