is not current version
Last Version 0.0.2

com.github.ironrobot:spring-boot-starter-ajaxclient 0.0.1

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.

Categories

Categories

Spring Boot Container Microservices CLI User Interface
GroupId

GroupId

com.github.ironrobot
ArtifactId

ArtifactId

spring-boot-starter-ajaxclient
Version

Version

0.0.1
Type

Type

jar

Download spring-boot-starter-ajaxclient 0.0.1


<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ironrobot/spring-boot-starter-ajaxclient/
implementation 'com.github.ironrobot:spring-boot-starter-ajaxclient:0.0.1'
// https://jarcasting.com/artifacts/com.github.ironrobot/spring-boot-starter-ajaxclient/
implementation ("com.github.ironrobot:spring-boot-starter-ajaxclient:0.0.1")
'com.github.ironrobot:spring-boot-starter-ajaxclient:jar:0.0.1'
<dependency org="com.github.ironrobot" name="spring-boot-starter-ajaxclient" rev="0.0.1">
  <artifact name="spring-boot-starter-ajaxclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ironrobot', module='spring-boot-starter-ajaxclient', version='0.0.1')
)
libraryDependencies += "com.github.ironrobot" % "spring-boot-starter-ajaxclient" % "0.0.1"
[com.github.ironrobot/spring-boot-starter-ajaxclient "0.0.1"]