Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdbr.com.anteros |
ArtifactId | ArtifactIdAnteros-NextCloud |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
Anteros-NextCloud-1.0.9.pom | |
Anteros-NextCloud-1.0.9.jar | 54 KB |
Anteros-NextCloud-1.0.9-sources.jar | 37 KB |
Anteros-NextCloud-1.0.9-javadoc.jar | 243 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.anteros/Anteros-NextCloud/ -->
<dependency>
<groupId>br.com.anteros</groupId>
<artifactId>Anteros-NextCloud</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.anteros/Anteros-NextCloud/
implementation 'br.com.anteros:Anteros-NextCloud:1.0.9'
// https://jarcasting.com/artifacts/br.com.anteros/Anteros-NextCloud/
implementation ("br.com.anteros:Anteros-NextCloud:1.0.9")
'br.com.anteros:Anteros-NextCloud:jar:1.0.9'
<dependency org="br.com.anteros" name="Anteros-NextCloud" rev="1.0.9">
<artifact name="Anteros-NextCloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.anteros', module='Anteros-NextCloud', version='1.0.9')
)
libraryDependencies += "br.com.anteros" % "Anteros-NextCloud" % "1.0.9"
[br.com.anteros/Anteros-NextCloud "1.0.9"]