License |
License |
---|---|
GroupId | GroupIdorg.lujian.cloud |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCloud Common
The common module of cloud project
|
Filename | Size |
---|---|
common-0.0.4.pom | |
common-0.0.4.jar | 15 KB |
common-0.0.4-sources.jar | 10 KB |
common-0.0.4-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lujian.cloud/common/ -->
<dependency>
<groupId>org.lujian.cloud</groupId>
<artifactId>common</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.lujian.cloud/common/
implementation 'org.lujian.cloud:common:0.0.4'
// https://jarcasting.com/artifacts/org.lujian.cloud/common/
implementation ("org.lujian.cloud:common:0.0.4")
'org.lujian.cloud:common:jar:0.0.4'
<dependency org="org.lujian.cloud" name="common" rev="0.0.4">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lujian.cloud', module='common', version='0.0.4')
)
libraryDependencies += "org.lujian.cloud" % "common" % "0.0.4"
[org.lujian.cloud/common "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
org.springframework : spring-test | jar |