is not current version
Last Version 1.1.0-RELEASE

io.easyspring.framework:framework-common 1.0.1-RELEASE

Framework Common

GroupId

GroupId

io.easyspring.framework
ArtifactId

ArtifactId

framework-common
Version

Version

1.0.1-RELEASE
Type

Type

pom

Download framework-common 1.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/io.easyspring.framework/framework-common/ -->
<dependency>
    <groupId>io.easyspring.framework</groupId>
    <artifactId>framework-common</artifactId>
    <version>1.0.1-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.easyspring.framework/framework-common/
implementation 'io.easyspring.framework:framework-common:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/io.easyspring.framework/framework-common/
implementation ("io.easyspring.framework:framework-common:1.0.1-RELEASE")
'io.easyspring.framework:framework-common:pom:1.0.1-RELEASE'
<dependency org="io.easyspring.framework" name="framework-common" rev="1.0.1-RELEASE">
  <artifact name="framework-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.easyspring.framework', module='framework-common', version='1.0.1-RELEASE')
)
libraryDependencies += "io.easyspring.framework" % "framework-common" % "1.0.1-RELEASE"
[io.easyspring.framework/framework-common "1.0.1-RELEASE"]