License |
License |
---|---|
GroupId | GroupIdio.github.bdluck |
ArtifactId | ArtifactIddustpan |
Version | Version1.0 |
Type | Typepom |
Description |
Description不知道用来做什么的框架,暂时先这样吧
dustpan-template
基于json配置的模板引擎,对byte数据进行解析
|
Source Code Management |
Source Code Management |
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"]
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 6.0.6 |
org.apache.velocity : velocity | jar | 1.7 |