Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.smallmiro |
ArtifactId | ArtifactIdnbase-arc-spring-boot |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
nbase-arc-spring-boot-1.0.1.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.1</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.1'
// https://jarcasting.com/artifacts/com.github.smallmiro/nbase-arc-spring-boot/
implementation ("com.github.smallmiro:nbase-arc-spring-boot:1.0.1")
'com.github.smallmiro:nbase-arc-spring-boot:pom:1.0.1'
<dependency org="com.github.smallmiro" name="nbase-arc-spring-boot" rev="1.0.1">
<artifact name="nbase-arc-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.smallmiro', module='nbase-arc-spring-boot', version='1.0.1')
)
libraryDependencies += "com.github.smallmiro" % "nbase-arc-spring-boot" % "1.0.1"
[com.github.smallmiro/nbase-arc-spring-boot "1.0.1"]