Last Version

io.github.bdluck:dustpan 1.0

不知道用来做什么的框架,暂时先这样吧 dustpan-template 基于json配置的模板引擎,对byte数据进行解析

License

License

GroupId

GroupId

io.github.bdluck
ArtifactId

ArtifactId

dustpan
Version

Version

1.0
Type

Type

pom
Description

Description

不知道用来做什么的框架,暂时先这样吧 dustpan-template 基于json配置的模板引擎,对byte数据进行解析
Source Code Management

Source Code Management

https://github.com/bdluck/dustpan

Download dustpan 1.0

Filename Size
dustpan-1.0.pom 3 KB
Browse

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

Dependencies

compile (2)

Group / Artifact Type Version
mysql : mysql-connector-java jar 6.0.6
org.apache.velocity : velocity jar 1.7

Project Modules

  • dustpan-template