Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.syncope.identityconnectors |
ArtifactId | ArtifactIdtest-common |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
test-common-0.1.4.pom | |
test-common-0.1.4.jar | 8 KB |
test-common-0.1.4-sources.jar | 8 KB |
test-common-0.1.4-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.syncope.identityconnectors/test-common/ -->
<dependency>
<groupId>org.syncope.identityconnectors</groupId>
<artifactId>test-common</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.syncope.identityconnectors/test-common/
implementation 'org.syncope.identityconnectors:test-common:0.1.4'
// https://jarcasting.com/artifacts/org.syncope.identityconnectors/test-common/
implementation ("org.syncope.identityconnectors:test-common:0.1.4")
'org.syncope.identityconnectors:test-common:jar:0.1.4'
<dependency org="org.syncope.identityconnectors" name="test-common" rev="0.1.4">
<artifact name="test-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.syncope.identityconnectors', module='test-common', version='0.1.4')
)
libraryDependencies += "org.syncope.identityconnectors" % "test-common" % "0.1.4"
[org.syncope.identityconnectors/test-common "0.1.4"]