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