GroupId | GroupIdcn.novelweb |
---|---|
ArtifactId | ArtifactIdtool-annotation |
Version | Version1.3.8 |
Type | Typejar |
Filename | Size |
---|---|
tool-annotation-1.3.8.pom | |
tool-annotation-1.3.8.jar | 23 KB |
tool-annotation-1.3.8-sources.jar | 14 KB |
tool-annotation-1.3.8-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.novelweb/tool-annotation/ -->
<dependency>
<groupId>cn.novelweb</groupId>
<artifactId>tool-annotation</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/cn.novelweb/tool-annotation/
implementation 'cn.novelweb:tool-annotation:1.3.8'
// https://jarcasting.com/artifacts/cn.novelweb/tool-annotation/
implementation ("cn.novelweb:tool-annotation:1.3.8")
'cn.novelweb:tool-annotation:jar:1.3.8'
<dependency org="cn.novelweb" name="tool-annotation" rev="1.3.8">
<artifact name="tool-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.novelweb', module='tool-annotation', version='1.3.8')
)
libraryDependencies += "cn.novelweb" % "tool-annotation" % "1.3.8"
[cn.novelweb/tool-annotation "1.3.8"]