Categories |
CategoriesData |
---|---|
GroupId | GroupIdcn.weforward |
ArtifactId | ArtifactIdweforward-data-api |
Version | Version1.2.5 |
Type | Typejar |
Filename | Size |
---|---|
weforward-data-api-1.2.5.pom | |
weforward-data-api-1.2.5.jar | 199 KB |
weforward-data-api-1.2.5-sources.jar | 193 KB |
weforward-data-api-1.2.5-javadoc.jar | 967 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.weforward/weforward-data-api/ -->
<dependency>
<groupId>cn.weforward</groupId>
<artifactId>weforward-data-api</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.weforward/weforward-data-api/
implementation 'cn.weforward:weforward-data-api:1.2.5'
// https://jarcasting.com/artifacts/cn.weforward/weforward-data-api/
implementation ("cn.weforward:weforward-data-api:1.2.5")
'cn.weforward:weforward-data-api:jar:1.2.5'
<dependency org="cn.weforward" name="weforward-data-api" rev="1.2.5">
<artifact name="weforward-data-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.weforward', module='weforward-data-api', version='1.2.5')
)
libraryDependencies += "cn.weforward" % "weforward-data-api" % "1.2.5"
[cn.weforward/weforward-data-api "1.2.5"]