GroupId | GroupIdeu.freme-project.e-services |
---|---|
ArtifactId | ArtifactIdpublishing |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
publishing-0.8.pom | |
publishing-0.8.jar | 26 KB |
publishing-0.8-sources.jar | 24 KB |
publishing-0.8-javadoc.jar | 113 KB |
publishing-0.8-jar-with-dependencies.jar | 43 MB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.freme-project.e-services/publishing/ -->
<dependency>
<groupId>eu.freme-project.e-services</groupId>
<artifactId>publishing</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/eu.freme-project.e-services/publishing/
implementation 'eu.freme-project.e-services:publishing:0.8'
// https://jarcasting.com/artifacts/eu.freme-project.e-services/publishing/
implementation ("eu.freme-project.e-services:publishing:0.8")
'eu.freme-project.e-services:publishing:jar:0.8'
<dependency org="eu.freme-project.e-services" name="publishing" rev="0.8">
<artifact name="publishing" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.freme-project.e-services', module='publishing', version='0.8')
)
libraryDependencies += "eu.freme-project.e-services" % "publishing" % "0.8"
[eu.freme-project.e-services/publishing "0.8"]