GroupId | GroupIdio.github.springlayer |
---|---|
ArtifactId | ArtifactIdlayer-core-boot |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
layer-core-boot-1.0.0.pom | |
layer-core-boot-1.0.0.jar | 10 KB |
layer-core-boot-1.0.0-sources.jar | 7 KB |
layer-core-boot-1.0.0-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.springlayer/layer-core-boot/ -->
<dependency>
<groupId>io.github.springlayer</groupId>
<artifactId>layer-core-boot</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.springlayer/layer-core-boot/
implementation 'io.github.springlayer:layer-core-boot:1.0.0'
// https://jarcasting.com/artifacts/io.github.springlayer/layer-core-boot/
implementation ("io.github.springlayer:layer-core-boot:1.0.0")
'io.github.springlayer:layer-core-boot:jar:1.0.0'
<dependency org="io.github.springlayer" name="layer-core-boot" rev="1.0.0">
<artifact name="layer-core-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.springlayer', module='layer-core-boot', version='1.0.0')
)
libraryDependencies += "io.github.springlayer" % "layer-core-boot" % "1.0.0"
[io.github.springlayer/layer-core-boot "1.0.0"]