| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.magic80 |
| ArtifactId | ArtifactIdspring-boot-archetype |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionArchetype - spring-boot-archetype
spring boot archetype
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| spring-boot-archetype-0.0.1.pom | |
| spring-boot-archetype-0.0.1.jar | 10 KB |
| spring-boot-archetype-0.0.1-sources.jar | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.magic80/spring-boot-archetype/ -->
<dependency>
<groupId>com.magic80</groupId>
<artifactId>spring-boot-archetype</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.magic80/spring-boot-archetype/
implementation 'com.magic80:spring-boot-archetype:0.0.1'
// https://jarcasting.com/artifacts/com.magic80/spring-boot-archetype/
implementation ("com.magic80:spring-boot-archetype:0.0.1")
'com.magic80:spring-boot-archetype:jar:0.0.1'
<dependency org="com.magic80" name="spring-boot-archetype" rev="0.0.1">
<artifact name="spring-boot-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.magic80', module='spring-boot-archetype', version='0.0.1')
)
libraryDependencies += "com.magic80" % "spring-boot-archetype" % "0.0.1"
[com.magic80/spring-boot-archetype "0.0.1"]