GroupId | GroupIdeu.freme-project |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.14 |
Type | Typejar |
Filename | Size |
---|---|
common-0.14.pom | |
common-0.14.jar | 82 KB |
common-0.14-sources.jar | 76 KB |
common-0.14-javadoc.jar | 372 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.freme-project/common/ -->
<dependency>
<groupId>eu.freme-project</groupId>
<artifactId>common</artifactId>
<version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/eu.freme-project/common/
implementation 'eu.freme-project:common:0.14'
// https://jarcasting.com/artifacts/eu.freme-project/common/
implementation ("eu.freme-project:common:0.14")
'eu.freme-project:common:jar:0.14'
<dependency org="eu.freme-project" name="common" rev="0.14">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.freme-project', module='common', version='0.14')
)
libraryDependencies += "eu.freme-project" % "common" % "0.14"
[eu.freme-project/common "0.14"]