Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.smallmiro |
ArtifactId | ArtifactIdnbasearc-spring-boot-starter |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
nbasearc-spring-boot-starter-1.0.1.pom | |
nbasearc-spring-boot-starter-1.0.1.jar | 1 KB |
nbasearc-spring-boot-starter-1.0.1-sources.jar | 487 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.smallmiro/nbasearc-spring-boot-starter/ -->
<dependency>
<groupId>com.github.smallmiro</groupId>
<artifactId>nbasearc-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smallmiro/nbasearc-spring-boot-starter/
implementation 'com.github.smallmiro:nbasearc-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/com.github.smallmiro/nbasearc-spring-boot-starter/
implementation ("com.github.smallmiro:nbasearc-spring-boot-starter:1.0.1")
'com.github.smallmiro:nbasearc-spring-boot-starter:jar:1.0.1'
<dependency org="com.github.smallmiro" name="nbasearc-spring-boot-starter" rev="1.0.1">
<artifact name="nbasearc-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smallmiro', module='nbasearc-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "com.github.smallmiro" % "nbasearc-spring-boot-starter" % "1.0.1"
[com.github.smallmiro/nbasearc-spring-boot-starter "1.0.1"]