is not current version
Last Version 0.9.12

io.leopard:leopard-schema 0.9.8

自定义Spring标签。<leopard:mysql-dsn />、<leopard:jdbc />、<leopard:redis-dsn />、<leopard:redis />、<leopard:queue />、<leopard:component-scan/>等

GroupId

GroupId

io.leopard
ArtifactId

ArtifactId

leopard-schema
Version

Version

0.9.8
Type

Type

jar

Download leopard-schema 0.9.8


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