Categories |
CategoriesSpring Boot Container Microservices JSON Data |
---|---|
GroupId | GroupIdcom.gitlab.oliverlj |
ArtifactId | ArtifactIdspring-boot-starter-json-api |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitlab.oliverlj/spring-boot-starter-json-api/ -->
<dependency>
<groupId>com.gitlab.oliverlj</groupId>
<artifactId>spring-boot-starter-json-api</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.oliverlj/spring-boot-starter-json-api/
implementation 'com.gitlab.oliverlj:spring-boot-starter-json-api:0.2.0'
// https://jarcasting.com/artifacts/com.gitlab.oliverlj/spring-boot-starter-json-api/
implementation ("com.gitlab.oliverlj:spring-boot-starter-json-api:0.2.0")
'com.gitlab.oliverlj:spring-boot-starter-json-api:jar:0.2.0'
<dependency org="com.gitlab.oliverlj" name="spring-boot-starter-json-api" rev="0.2.0">
<artifact name="spring-boot-starter-json-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.oliverlj', module='spring-boot-starter-json-api', version='0.2.0')
)
libraryDependencies += "com.gitlab.oliverlj" % "spring-boot-starter-json-api" % "0.2.0"
[com.gitlab.oliverlj/spring-boot-starter-json-api "0.2.0"]