cn.tenfell:controller-free

Demo project for Spring Boot

License

License

GroupId

GroupId

cn.tenfell
ArtifactId

ArtifactId

controller-free
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Demo project for Spring Boot
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/controller-free

Download controller-free

How to add to project

<!-- https://jarcasting.com/artifacts/cn.tenfell/controller-free/ -->
<dependency>
    <groupId>cn.tenfell</groupId>
    <artifactId>controller-free</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.tenfell/controller-free/
implementation 'cn.tenfell:controller-free:1.0.4'
// https://jarcasting.com/artifacts/cn.tenfell/controller-free/
implementation ("cn.tenfell:controller-free:1.0.4")
'cn.tenfell:controller-free:jar:1.0.4'
<dependency org="cn.tenfell" name="controller-free" rev="1.0.4">
  <artifact name="controller-free" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.tenfell', module='controller-free', version='1.0.4')
)
libraryDependencies += "cn.tenfell" % "controller-free" % "1.0.4"
[cn.tenfell/controller-free "1.0.4"]

Dependencies

compile (3)

Group / Artifact Type Version
cn.hutool : hutool-all jar 5.1.2
org.springframework.boot : spring-boot-starter-web jar 2.1.4.RELEASE
org.springframework.cloud : spring-cloud-starter jar

provided (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-tomcat jar 2.1.4.RELEASE

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.4.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0