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