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