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