GroupId | GroupIdeu.freme-project.e-services |
---|---|
ArtifactId | ArtifactIdpublishing |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
publishing-0.9.pom | |
publishing-0.9.jar | 26 KB |
publishing-0.9-sources.jar | 24 KB |
publishing-0.9-javadoc.jar | 113 KB |
publishing-0.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/eu.freme-project.e-services/publishing/
implementation 'eu.freme-project.e-services:publishing:0.9'
// https://jarcasting.com/artifacts/eu.freme-project.e-services/publishing/
implementation ("eu.freme-project.e-services:publishing:0.9")
'eu.freme-project.e-services:publishing:jar:0.9'
<dependency org="eu.freme-project.e-services" name="publishing" rev="0.9">
<artifact name="publishing" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.freme-project.e-services', module='publishing', version='0.9')
)
libraryDependencies += "eu.freme-project.e-services" % "publishing" % "0.9"
[eu.freme-project.e-services/publishing "0.9"]