Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.mkopylec |
ArtifactId | ArtifactIderrorest-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mkopylec/errorest-spring-boot-starter/ -->
<dependency>
<groupId>com.github.mkopylec</groupId>
<artifactId>errorest-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mkopylec/errorest-spring-boot-starter/
implementation 'com.github.mkopylec:errorest-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.github.mkopylec/errorest-spring-boot-starter/
implementation ("com.github.mkopylec:errorest-spring-boot-starter:1.0.0")
'com.github.mkopylec:errorest-spring-boot-starter:jar:1.0.0'
<dependency org="com.github.mkopylec" name="errorest-spring-boot-starter" rev="1.0.0">
<artifact name="errorest-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mkopylec', module='errorest-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.github.mkopylec" % "errorest-spring-boot-starter" % "1.0.0"
[com.github.mkopylec/errorest-spring-boot-starter "1.0.0"]