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