is not current version
Last Version 1.0.0

com.codingapi.springboot:springboot-example 0.0.16

springboot-example project for Spring Boot

GroupId

GroupId

com.codingapi.springboot
ArtifactId

ArtifactId

springboot-example
Version

Version

0.0.16
Type

Type

jar

Download springboot-example 0.0.16


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