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