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