Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.magic80 |
ArtifactId | ArtifactIdspring-boot-common |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-common-0.0.1.pom | |
spring-boot-common-0.0.1.jar | 2 KB |
spring-boot-common-0.0.1-sources.jar | 2 KB |
spring-boot-common-0.0.1-javadoc.jar | 27 KB |
Browse |
<!-- 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"]