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