is not current version
Last Version 1.0.2

io.github.lakernote:laker 1.0.1

A collection of tools based on Spring Boot

GroupId

GroupId

io.github.lakernote
ArtifactId

ArtifactId

laker
Version

Version

1.0.1
Type

Type

pom

Download laker 1.0.1

Filename Size
laker-1.0.1.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.lakernote/laker/ -->
<dependency>
    <groupId>io.github.lakernote</groupId>
    <artifactId>laker</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.lakernote/laker/
implementation 'io.github.lakernote:laker:1.0.1'
// https://jarcasting.com/artifacts/io.github.lakernote/laker/
implementation ("io.github.lakernote:laker:1.0.1")
'io.github.lakernote:laker:pom:1.0.1'
<dependency org="io.github.lakernote" name="laker" rev="1.0.1">
  <artifact name="laker" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.lakernote', module='laker', version='1.0.1')
)
libraryDependencies += "io.github.lakernote" % "laker" % "1.0.1"
[io.github.lakernote/laker "1.0.1"]