Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.bigdullrock |
ArtifactId | ArtifactIdnifty-spring-boot-starter-parent |
Version | Version0.4.2 |
Type | Typepom |
Filename | Size |
---|---|
nifty-spring-boot-starter-parent-0.4.2.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bigdullrock/nifty-spring-boot-starter-parent/ -->
<dependency>
<groupId>com.bigdullrock</groupId>
<artifactId>nifty-spring-boot-starter-parent</artifactId>
<version>0.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bigdullrock/nifty-spring-boot-starter-parent/
implementation 'com.bigdullrock:nifty-spring-boot-starter-parent:0.4.2'
// https://jarcasting.com/artifacts/com.bigdullrock/nifty-spring-boot-starter-parent/
implementation ("com.bigdullrock:nifty-spring-boot-starter-parent:0.4.2")
'com.bigdullrock:nifty-spring-boot-starter-parent:pom:0.4.2'
<dependency org="com.bigdullrock" name="nifty-spring-boot-starter-parent" rev="0.4.2">
<artifact name="nifty-spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bigdullrock', module='nifty-spring-boot-starter-parent', version='0.4.2')
)
libraryDependencies += "com.bigdullrock" % "nifty-spring-boot-starter-parent" % "0.4.2"
[com.bigdullrock/nifty-spring-boot-starter-parent "0.4.2"]