| License |
License |
|---|---|
| GroupId | GroupIdio.easyspring.framework |
| ArtifactId | ArtifactIdcommon-core |
| Version | Version1.1.0-RELEASE |
| Type | Typejar |
| Description |
DescriptionFramework Common Core
Framework Common Core
|
| Filename | Size |
|---|---|
| common-core-1.1.0-RELEASE.pom | |
| common-core-1.1.0-RELEASE.jar | 35 KB |
| common-core-1.1.0-RELEASE-sources.jar | 29 KB |
| common-core-1.1.0-RELEASE-javadoc.jar | 230 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.easyspring.framework/common-core/ -->
<dependency>
<groupId>io.easyspring.framework</groupId>
<artifactId>common-core</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.easyspring.framework/common-core/
implementation 'io.easyspring.framework:common-core:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/io.easyspring.framework/common-core/
implementation ("io.easyspring.framework:common-core:1.1.0-RELEASE")
'io.easyspring.framework:common-core:jar:1.1.0-RELEASE'
<dependency org="io.easyspring.framework" name="common-core" rev="1.1.0-RELEASE">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.easyspring.framework', module='common-core', version='1.1.0-RELEASE')
)
libraryDependencies += "io.easyspring.framework" % "common-core" % "1.1.0-RELEASE"
[io.easyspring.framework/common-core "1.1.0-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-core | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| com.fasterxml.jackson.core : jackson-databind | jar | |
| org.projectlombok : lombok Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar |