GroupId | GroupIdcn.woodwhales.common |
---|---|
ArtifactId | ArtifactIdwoodwhales-common |
Version | Version3.7.5 |
Type | Typejar |
Filename | Size |
---|---|
woodwhales-common-3.7.5.pom | |
woodwhales-common-3.7.5.jar | 200 KB |
woodwhales-common-3.7.5-sources.jar | 104 KB |
woodwhales-common-3.7.5-javadoc.jar | 780 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.woodwhales.common/woodwhales-common/ -->
<dependency>
<groupId>cn.woodwhales.common</groupId>
<artifactId>woodwhales-common</artifactId>
<version>3.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.woodwhales.common/woodwhales-common/
implementation 'cn.woodwhales.common:woodwhales-common:3.7.5'
// https://jarcasting.com/artifacts/cn.woodwhales.common/woodwhales-common/
implementation ("cn.woodwhales.common:woodwhales-common:3.7.5")
'cn.woodwhales.common:woodwhales-common:jar:3.7.5'
<dependency org="cn.woodwhales.common" name="woodwhales-common" rev="3.7.5">
<artifact name="woodwhales-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.woodwhales.common', module='woodwhales-common', version='3.7.5')
)
libraryDependencies += "cn.woodwhales.common" % "woodwhales-common" % "3.7.5"
[cn.woodwhales.common/woodwhales-common "3.7.5"]