GroupId | GroupIdcom.redpill-linpro.alfresco |
---|---|
ArtifactId | ArtifactIdintegration-tests |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
integration-tests-2.0.1.pom | |
integration-tests-2.0.1.jar | 2 KB |
integration-tests-2.0.1-tests.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redpill-linpro.alfresco/integration-tests/ -->
<dependency>
<groupId>com.redpill-linpro.alfresco</groupId>
<artifactId>integration-tests</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.redpill-linpro.alfresco/integration-tests/
implementation 'com.redpill-linpro.alfresco:integration-tests:2.0.1'
// https://jarcasting.com/artifacts/com.redpill-linpro.alfresco/integration-tests/
implementation ("com.redpill-linpro.alfresco:integration-tests:2.0.1")
'com.redpill-linpro.alfresco:integration-tests:jar:2.0.1'
<dependency org="com.redpill-linpro.alfresco" name="integration-tests" rev="2.0.1">
<artifact name="integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redpill-linpro.alfresco', module='integration-tests', version='2.0.1')
)
libraryDependencies += "com.redpill-linpro.alfresco" % "integration-tests" % "2.0.1"
[com.redpill-linpro.alfresco/integration-tests "2.0.1"]