License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
GroupId | GroupIdcom.github.ironrobot |
ArtifactId | ArtifactIdspring-boot-starter-ajaxclient |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionspring-boot-starter-ajaxclient
A application used to generate ajax js client code depends on spring controller delarition,and make it easy to invoke backend rpc in web fe.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.ironrobot/spring-boot-starter-ajaxclient/ -->
<dependency>
<groupId>com.github.ironrobot</groupId>
<artifactId>spring-boot-starter-ajaxclient</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ironrobot/spring-boot-starter-ajaxclient/
implementation 'com.github.ironrobot:spring-boot-starter-ajaxclient:0.0.2'
// https://jarcasting.com/artifacts/com.github.ironrobot/spring-boot-starter-ajaxclient/
implementation ("com.github.ironrobot:spring-boot-starter-ajaxclient:0.0.2")
'com.github.ironrobot:spring-boot-starter-ajaxclient:jar:0.0.2'
<dependency org="com.github.ironrobot" name="spring-boot-starter-ajaxclient" rev="0.0.2">
<artifact name="spring-boot-starter-ajaxclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ironrobot', module='spring-boot-starter-ajaxclient', version='0.0.2')
)
libraryDependencies += "com.github.ironrobot" % "spring-boot-starter-ajaxclient" % "0.0.2"
[com.github.ironrobot/spring-boot-starter-ajaxclient "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.0.0.RELEASE |
org.springframework.boot : spring-boot-starter-thymeleaf | jar | 2.0.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |