GroupId | GroupIdit.vige |
---|---|
ArtifactId | ArtifactIdalfresco-tests |
Version | Version5.2.f.2 |
Type | Typejar |
Filename | Size |
---|---|
alfresco-tests-5.2.f.2.pom | |
alfresco-tests-5.2.f.2.jar | 114 KB |
alfresco-tests-5.2.f.2-sources.jar | 60 KB |
alfresco-tests-5.2.f.2-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.vige/alfresco-tests/ -->
<dependency>
<groupId>it.vige</groupId>
<artifactId>alfresco-tests</artifactId>
<version>5.2.f.2</version>
</dependency>
// https://jarcasting.com/artifacts/it.vige/alfresco-tests/
implementation 'it.vige:alfresco-tests:5.2.f.2'
// https://jarcasting.com/artifacts/it.vige/alfresco-tests/
implementation ("it.vige:alfresco-tests:5.2.f.2")
'it.vige:alfresco-tests:jar:5.2.f.2'
<dependency org="it.vige" name="alfresco-tests" rev="5.2.f.2">
<artifact name="alfresco-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.vige', module='alfresco-tests', version='5.2.f.2')
)
libraryDependencies += "it.vige" % "alfresco-tests" % "5.2.f.2"
[it.vige/alfresco-tests "5.2.f.2"]