is not current version
Last Version 0.0.3

com.magic80:spring-boot-common 0.0.1

spring boot common

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.magic80
ArtifactId

ArtifactId

spring-boot-common
Version

Version

0.0.1
Type

Type

jar

Download spring-boot-common 0.0.1


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