is not current version
Last Version 3.1.0.RELEASE

cloud.altemista.fwk.framework:cloud-altemistafwk-common 3.0.0.RELEASE

Common base included in the ACF framework. This module defines lightweight functionality (e.g.: interfaces, exceptions, utilities) that does not need the Spring configuration of the real core module, allowing the creation of projects that can be shared as dependencies of other executable projects.

GroupId

GroupId

cloud.altemista.fwk.framework
ArtifactId

ArtifactId

cloud-altemistafwk-common
Version

Version

3.0.0.RELEASE
Type

Type

jar

Download cloud-altemistafwk-common 3.0.0.RELEASE


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