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