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