GroupId | GroupIdtop.wboost |
---|---|
ArtifactId | ArtifactIdcommon-kylin |
Version | Version3.1.9.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-kylin-3.1.9.RELEASE.pom | |
common-kylin-3.1.9.RELEASE.jar | 61 KB |
common-kylin-3.1.9.RELEASE-sources.jar | 37 KB |
common-kylin-3.1.9.RELEASE-javadoc.jar | 375 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.wboost/common-kylin/ -->
<dependency>
<groupId>top.wboost</groupId>
<artifactId>common-kylin</artifactId>
<version>3.1.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.wboost/common-kylin/
implementation 'top.wboost:common-kylin:3.1.9.RELEASE'
// https://jarcasting.com/artifacts/top.wboost/common-kylin/
implementation ("top.wboost:common-kylin:3.1.9.RELEASE")
'top.wboost:common-kylin:jar:3.1.9.RELEASE'
<dependency org="top.wboost" name="common-kylin" rev="3.1.9.RELEASE">
<artifact name="common-kylin" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.wboost', module='common-kylin', version='3.1.9.RELEASE')
)
libraryDependencies += "top.wboost" % "common-kylin" % "3.1.9.RELEASE"
[top.wboost/common-kylin "3.1.9.RELEASE"]