Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdtop.codewood.wx |
ArtifactId | ArtifactIdwx-java-common |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
wx-java-common-1.0.2.pom | |
wx-java-common-1.0.2.jar | 42 KB |
wx-java-common-1.0.2-sources.jar | 20 KB |
wx-java-common-1.0.2-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.codewood.wx/wx-java-common/ -->
<dependency>
<groupId>top.codewood.wx</groupId>
<artifactId>wx-java-common</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.codewood.wx/wx-java-common/
implementation 'top.codewood.wx:wx-java-common:1.0.2'
// https://jarcasting.com/artifacts/top.codewood.wx/wx-java-common/
implementation ("top.codewood.wx:wx-java-common:1.0.2")
'top.codewood.wx:wx-java-common:jar:1.0.2'
<dependency org="top.codewood.wx" name="wx-java-common" rev="1.0.2">
<artifact name="wx-java-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.codewood.wx', module='wx-java-common', version='1.0.2')
)
libraryDependencies += "top.codewood.wx" % "wx-java-common" % "1.0.2"
[top.codewood.wx/wx-java-common "1.0.2"]