| License |
License |
|---|---|
| GroupId | GroupIdcom.upcwangying.cloud.samples |
| ArtifactId | ArtifactIdsamples-core |
| Version | Version0.2.1.RELEASE |
| Type | Typejar |
| Description |
Descriptionsamples-core
核心模块
|
| Filename | Size |
|---|---|
| samples-core-0.2.1.RELEASE.pom | |
| samples-core-0.2.1.RELEASE.jar | 28 KB |
| samples-core-0.2.1.RELEASE-sources.jar | 29 KB |
| samples-core-0.2.1.RELEASE-javadoc.jar | 217 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.upcwangying.cloud.samples/samples-core/ -->
<dependency>
<groupId>com.upcwangying.cloud.samples</groupId>
<artifactId>samples-core</artifactId>
<version>0.2.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples/samples-core/
implementation 'com.upcwangying.cloud.samples:samples-core:0.2.1.RELEASE'
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples/samples-core/
implementation ("com.upcwangying.cloud.samples:samples-core:0.2.1.RELEASE")
'com.upcwangying.cloud.samples:samples-core:jar:0.2.1.RELEASE'
<dependency org="com.upcwangying.cloud.samples" name="samples-core" rev="0.2.1.RELEASE">
<artifact name="samples-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.upcwangying.cloud.samples', module='samples-core', version='0.2.1.RELEASE')
)
libraryDependencies += "com.upcwangying.cloud.samples" % "samples-core" % "0.2.1.RELEASE"
[com.upcwangying.cloud.samples/samples-core "0.2.1.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.1.15.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.15.RELEASE |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.1.15.RELEASE |
| commons-lang : commons-lang | jar | 2.6 |
| io.jsonwebtoken : jjwt | jar | 0.9.1 |
| cglib : cglib | jar | 3.1 |
| com.google.guava : guava | jar | 20.0 |
| javax.validation : validation-api | jar | 2.0.1.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.15.RELEASE |