| GroupId | GroupIdcom.github.xlmkit |
|---|---|
| ArtifactId | ArtifactIdxlmkit-springboot-support |
| Version | Version1.0.4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xlmkit/xlmkit-springboot-support/ -->
<dependency>
<groupId>com.github.xlmkit</groupId>
<artifactId>xlmkit-springboot-support</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xlmkit/xlmkit-springboot-support/
implementation 'com.github.xlmkit:xlmkit-springboot-support:1.0.4'
// https://jarcasting.com/artifacts/com.github.xlmkit/xlmkit-springboot-support/
implementation ("com.github.xlmkit:xlmkit-springboot-support:1.0.4")
'com.github.xlmkit:xlmkit-springboot-support:jar:1.0.4'
<dependency org="com.github.xlmkit" name="xlmkit-springboot-support" rev="1.0.4">
<artifact name="xlmkit-springboot-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xlmkit', module='xlmkit-springboot-support', version='1.0.4')
)
libraryDependencies += "com.github.xlmkit" % "xlmkit-springboot-support" % "1.0.4"
[com.github.xlmkit/xlmkit-springboot-support "1.0.4"]