is not current version
Last Version 1.1

eu.freme-project:common 1.0


GroupId

GroupId

eu.freme-project
ArtifactId

ArtifactId

common
Version

Version

1.0
Type

Type

jar

Download common 1.0


<!-- https://jarcasting.com/artifacts/eu.freme-project/common/ -->
<dependency>
    <groupId>eu.freme-project</groupId>
    <artifactId>common</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.freme-project/common/
implementation 'eu.freme-project:common:1.0'
// https://jarcasting.com/artifacts/eu.freme-project/common/
implementation ("eu.freme-project:common:1.0")
'eu.freme-project:common:jar:1.0'
<dependency org="eu.freme-project" name="common" rev="1.0">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.freme-project', module='common', version='1.0')
)
libraryDependencies += "eu.freme-project" % "common" % "1.0"
[eu.freme-project/common "1.0"]