Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.nike.wingtips |
ArtifactId | ArtifactIdwingtips-spring-boot |
Version | Version0.14.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-spring-boot/ -->
<dependency>
<groupId>com.nike.wingtips</groupId>
<artifactId>wingtips-spring-boot</artifactId>
<version>0.14.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-spring-boot/
implementation 'com.nike.wingtips:wingtips-spring-boot:0.14.1'
// https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-spring-boot/
implementation ("com.nike.wingtips:wingtips-spring-boot:0.14.1")
'com.nike.wingtips:wingtips-spring-boot:jar:0.14.1'
<dependency org="com.nike.wingtips" name="wingtips-spring-boot" rev="0.14.1">
<artifact name="wingtips-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nike.wingtips', module='wingtips-spring-boot', version='0.14.1')
)
libraryDependencies += "com.nike.wingtips" % "wingtips-spring-boot" % "0.14.1"
[com.nike.wingtips/wingtips-spring-boot "0.14.1"]