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