Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.bhokumar.framework |
ArtifactId | ArtifactIdsample-spring-boot-annotation |
Version | Version0.0.1 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.github.bhokumar.framework/sample-spring-boot-annotation/ -->
<dependency>
<groupId>com.github.bhokumar.framework</groupId>
<artifactId>sample-spring-boot-annotation</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bhokumar.framework/sample-spring-boot-annotation/
implementation 'com.github.bhokumar.framework:sample-spring-boot-annotation:0.0.1'
// https://jarcasting.com/artifacts/com.github.bhokumar.framework/sample-spring-boot-annotation/
implementation ("com.github.bhokumar.framework:sample-spring-boot-annotation:0.0.1")
'com.github.bhokumar.framework:sample-spring-boot-annotation:pom:0.0.1'
<dependency org="com.github.bhokumar.framework" name="sample-spring-boot-annotation" rev="0.0.1">
<artifact name="sample-spring-boot-annotation" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bhokumar.framework', module='sample-spring-boot-annotation', version='0.0.1')
)
libraryDependencies += "com.github.bhokumar.framework" % "sample-spring-boot-annotation" % "0.0.1"
[com.github.bhokumar.framework/sample-spring-boot-annotation "0.0.1"]