License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdjp.fintan.keel |
ArtifactId | ArtifactIdkeel-spring-boot |
Version | Version1.0.0 |
Type | Typepom |
Description |
Descriptionspring enhance in fintan framework
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
keel-spring-boot-1.0.0.pom | 640 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/jp.fintan.keel/keel-spring-boot/ -->
<dependency>
<groupId>jp.fintan.keel</groupId>
<artifactId>keel-spring-boot</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/jp.fintan.keel/keel-spring-boot/
implementation 'jp.fintan.keel:keel-spring-boot:1.0.0'
// https://jarcasting.com/artifacts/jp.fintan.keel/keel-spring-boot/
implementation ("jp.fintan.keel:keel-spring-boot:1.0.0")
'jp.fintan.keel:keel-spring-boot:pom:1.0.0'
<dependency org="jp.fintan.keel" name="keel-spring-boot" rev="1.0.0">
<artifact name="keel-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='jp.fintan.keel', module='keel-spring-boot', version='1.0.0')
)
libraryDependencies += "jp.fintan.keel" % "keel-spring-boot" % "1.0.0"
[jp.fintan.keel/keel-spring-boot "1.0.0"]