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