Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.smallmiro |
ArtifactId | ArtifactIdnbase-arc-spring-boot |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
nbase-arc-spring-boot-1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.smallmiro/nbase-arc-spring-boot/ -->
<dependency>
<groupId>com.github.smallmiro</groupId>
<artifactId>nbase-arc-spring-boot</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.smallmiro/nbase-arc-spring-boot/
implementation 'com.github.smallmiro:nbase-arc-spring-boot:1.0'
// https://jarcasting.com/artifacts/com.github.smallmiro/nbase-arc-spring-boot/
implementation ("com.github.smallmiro:nbase-arc-spring-boot:1.0")
'com.github.smallmiro:nbase-arc-spring-boot:pom:1.0'
<dependency org="com.github.smallmiro" name="nbase-arc-spring-boot" rev="1.0">
<artifact name="nbase-arc-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.smallmiro', module='nbase-arc-spring-boot', version='1.0')
)
libraryDependencies += "com.github.smallmiro" % "nbase-arc-spring-boot" % "1.0"
[com.github.smallmiro/nbase-arc-spring-boot "1.0"]