common
一个通用的工具类集成
| License |
License |
|---|---|
| GroupId | GroupIdorg.corefine.common |
| ArtifactId | ArtifactIdcommon-wx |
| Last Version | Last Version1.5.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| common-wx-1.5.2.pom | |
| common-wx-1.5.2.jar | 10 KB |
| common-wx-1.5.2-sources.jar | 7 KB |
| common-wx-1.5.2-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.corefine.common/common-wx/ -->
<dependency>
<groupId>org.corefine.common</groupId>
<artifactId>common-wx</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.corefine.common/common-wx/
implementation 'org.corefine.common:common-wx:1.5.2'
// https://jarcasting.com/artifacts/org.corefine.common/common-wx/
implementation ("org.corefine.common:common-wx:1.5.2")
'org.corefine.common:common-wx:jar:1.5.2'
<dependency org="org.corefine.common" name="common-wx" rev="1.5.2">
<artifact name="common-wx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.corefine.common', module='common-wx', version='1.5.2')
)
libraryDependencies += "org.corefine.common" % "common-wx" % "1.5.2"
[org.corefine.common/common-wx "1.5.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.corefine.common : common-web | jar | 1.5.2 |
一个通用的工具类集成