| License |
License |
|---|---|
| GroupId | GroupIdcn.novelweb |
| ArtifactId | ArtifactIdtool |
| Last Version | Last Version1.3.22 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptiontool
个人Java工具类库(持续更新中...)
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| tool-1.3.22.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.novelweb/tool/ -->
<dependency>
<groupId>cn.novelweb</groupId>
<artifactId>tool</artifactId>
<version>1.3.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.novelweb/tool/
implementation 'cn.novelweb:tool:1.3.22'
// https://jarcasting.com/artifacts/cn.novelweb/tool/
implementation ("cn.novelweb:tool:1.3.22")
'cn.novelweb:tool:pom:1.3.22'
<dependency org="cn.novelweb" name="tool" rev="1.3.22">
<artifact name="tool" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.novelweb', module='tool', version='1.3.22')
)
libraryDependencies += "cn.novelweb" % "tool" % "1.3.22"
[cn.novelweb/tool "1.3.22"]