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