common
一个通用的工具类集成
| License |
License |
|---|---|
| GroupId | GroupIdorg.corefine.common |
| ArtifactId | ArtifactIdcommon-web |
| 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-web-1.5.2.pom | |
| common-web-1.5.2.jar | 9 KB |
| common-web-1.5.2-sources.jar | 6 KB |
| common-web-1.5.2-javadoc.jar | 101 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.corefine.common/common-web/ -->
<dependency>
<groupId>org.corefine.common</groupId>
<artifactId>common-web</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.corefine.common/common-web/
implementation 'org.corefine.common:common-web:1.5.2'
// https://jarcasting.com/artifacts/org.corefine.common/common-web/
implementation ("org.corefine.common:common-web:1.5.2")
'org.corefine.common:common-web:jar:1.5.2'
<dependency org="org.corefine.common" name="common-web" rev="1.5.2">
<artifact name="common-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.corefine.common', module='common-web', version='1.5.2')
)
libraryDependencies += "org.corefine.common" % "common-web" % "1.5.2"
[org.corefine.common/common-web "1.5.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.corefine.common : common-core | jar | 1.5.2 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.0.5.RELEASE |
一个通用的工具类集成