GroupId | GroupIdio.easyspring.framework |
---|---|
ArtifactId | ArtifactIdcommon-core |
Version | Version1.0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-core-1.0.1-RELEASE.pom | |
common-core-1.0.1-RELEASE.jar | 35 KB |
common-core-1.0.1-RELEASE-sources.jar | 29 KB |
common-core-1.0.1-RELEASE-javadoc.jar | 228 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.easyspring.framework/common-core/ -->
<dependency>
<groupId>io.easyspring.framework</groupId>
<artifactId>common-core</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.easyspring.framework/common-core/
implementation 'io.easyspring.framework:common-core:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/io.easyspring.framework/common-core/
implementation ("io.easyspring.framework:common-core:1.0.1-RELEASE")
'io.easyspring.framework:common-core:jar:1.0.1-RELEASE'
<dependency org="io.easyspring.framework" name="common-core" rev="1.0.1-RELEASE">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.easyspring.framework', module='common-core', version='1.0.1-RELEASE')
)
libraryDependencies += "io.easyspring.framework" % "common-core" % "1.0.1-RELEASE"
[io.easyspring.framework/common-core "1.0.1-RELEASE"]