Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdcom.github.ironrobot |
ArtifactId | ArtifactIdspring-boot-starter-ajaxclient |
Version | Version0.0.1 |
Type | Typejar |
<!-- 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"]