Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.smallmiro |
ArtifactId | ArtifactIdnbasearc-spring-boot-autoconfigure |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.smallmiro/nbasearc-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.smallmiro</groupId>
<artifactId>nbasearc-spring-boot-autoconfigure</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smallmiro/nbasearc-spring-boot-autoconfigure/
implementation 'com.github.smallmiro:nbasearc-spring-boot-autoconfigure:1.0'
// https://jarcasting.com/artifacts/com.github.smallmiro/nbasearc-spring-boot-autoconfigure/
implementation ("com.github.smallmiro:nbasearc-spring-boot-autoconfigure:1.0")
'com.github.smallmiro:nbasearc-spring-boot-autoconfigure:jar:1.0'
<dependency org="com.github.smallmiro" name="nbasearc-spring-boot-autoconfigure" rev="1.0">
<artifact name="nbasearc-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smallmiro', module='nbasearc-spring-boot-autoconfigure', version='1.0')
)
libraryDependencies += "com.github.smallmiro" % "nbasearc-spring-boot-autoconfigure" % "1.0"
[com.github.smallmiro/nbasearc-spring-boot-autoconfigure "1.0"]