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