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