Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.bardframework.commons |
ArtifactId | ArtifactIdcommon-spring-boot |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
common-spring-boot-0.4.pom | |
common-spring-boot-0.4.jar | 5 KB |
common-spring-boot-0.4-sources.jar | 3 KB |
common-spring-boot-0.4-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.commons/common-spring-boot/ -->
<dependency>
<groupId>org.bardframework.commons</groupId>
<artifactId>common-spring-boot</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.commons/common-spring-boot/
implementation 'org.bardframework.commons:common-spring-boot:0.4'
// https://jarcasting.com/artifacts/org.bardframework.commons/common-spring-boot/
implementation ("org.bardframework.commons:common-spring-boot:0.4")
'org.bardframework.commons:common-spring-boot:jar:0.4'
<dependency org="org.bardframework.commons" name="common-spring-boot" rev="0.4">
<artifact name="common-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.commons', module='common-spring-boot', version='0.4')
)
libraryDependencies += "org.bardframework.commons" % "common-spring-boot" % "0.4"
[org.bardframework.commons/common-spring-boot "0.4"]