License |
License |
---|---|
GroupId | GroupIdcom.gframework.boot |
ArtifactId | ArtifactIdgframework-core |
Version | Version2.1.1-beta |
Type | Typejar |
Description |
Descriptiongframework-core
基础框架底层核心支持库
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
gframework-core-2.1.1-beta.pom | |
gframework-core-2.1.1-beta.jar | 76 KB |
gframework-core-2.1.1-beta-sources.jar | 72 KB |
gframework-core-2.1.1-beta-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gframework.boot/gframework-core/ -->
<dependency>
<groupId>com.gframework.boot</groupId>
<artifactId>gframework-core</artifactId>
<version>2.1.1-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.gframework.boot/gframework-core/
implementation 'com.gframework.boot:gframework-core:2.1.1-beta'
// https://jarcasting.com/artifacts/com.gframework.boot/gframework-core/
implementation ("com.gframework.boot:gframework-core:2.1.1-beta")
'com.gframework.boot:gframework-core:jar:2.1.1-beta'
<dependency org="com.gframework.boot" name="gframework-core" rev="2.1.1-beta">
<artifact name="gframework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gframework.boot', module='gframework-core', version='2.1.1-beta')
)
libraryDependencies += "com.gframework.boot" % "gframework-core" % "2.1.1-beta"
[com.gframework.boot/gframework-core "2.1.1-beta"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.0.RELEASE |
junit : junit | jar | 4.13 |
org.springframework.restdocs : spring-restdocs-mockmvc | jar | 2.0.4.RELEASE |