Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIddev.krud |
ArtifactId | ArtifactIdspring-boot-starter-shapeshift |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/dev.krud/spring-boot-starter-shapeshift/ -->
<dependency>
<groupId>dev.krud</groupId>
<artifactId>spring-boot-starter-shapeshift</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.krud/spring-boot-starter-shapeshift/
implementation 'dev.krud:spring-boot-starter-shapeshift:0.0.1'
// https://jarcasting.com/artifacts/dev.krud/spring-boot-starter-shapeshift/
implementation ("dev.krud:spring-boot-starter-shapeshift:0.0.1")
'dev.krud:spring-boot-starter-shapeshift:jar:0.0.1'
<dependency org="dev.krud" name="spring-boot-starter-shapeshift" rev="0.0.1">
<artifact name="spring-boot-starter-shapeshift" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.krud', module='spring-boot-starter-shapeshift', version='0.0.1')
)
libraryDependencies += "dev.krud" % "spring-boot-starter-shapeshift" % "0.0.1"
[dev.krud/spring-boot-starter-shapeshift "0.0.1"]