GroupId | GroupIdcn.topviewclub |
---|---|
ArtifactId | ArtifactIdtopview-utils |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
topview-utils-2.3.pom | |
topview-utils-2.3.jar | 142 KB |
topview-utils-2.3-sources.jar | 70 KB |
topview-utils-2.3-javadoc.jar | 654 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.topviewclub/topview-utils/ -->
<dependency>
<groupId>cn.topviewclub</groupId>
<artifactId>topview-utils</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.topviewclub/topview-utils/
implementation 'cn.topviewclub:topview-utils:2.3'
// https://jarcasting.com/artifacts/cn.topviewclub/topview-utils/
implementation ("cn.topviewclub:topview-utils:2.3")
'cn.topviewclub:topview-utils:jar:2.3'
<dependency org="cn.topviewclub" name="topview-utils" rev="2.3">
<artifact name="topview-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.topviewclub', module='topview-utils', version='2.3')
)
libraryDependencies += "cn.topviewclub" % "topview-utils" % "2.3"
[cn.topviewclub/topview-utils "2.3"]