License |
License |
---|---|
GroupId | GroupIdorg.connid.testbundles |
ArtifactId | ArtifactIdtestcommonv2 |
Version | Version1.3.2 |
Type | Typejar |
Description |
DescriptionTest bundles: Common V2
ConnId
|
Filename | Size |
---|---|
testcommonv2-1.3.2.pom | |
testcommonv2-1.3.2.jar | 2 KB |
testcommonv2-1.3.2-sources.jar | 1 KB |
testcommonv2-1.3.2-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.connid.testbundles/testcommonv2/ -->
<dependency>
<groupId>org.connid.testbundles</groupId>
<artifactId>testcommonv2</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.connid.testbundles/testcommonv2/
implementation 'org.connid.testbundles:testcommonv2:1.3.2'
// https://jarcasting.com/artifacts/org.connid.testbundles/testcommonv2/
implementation ("org.connid.testbundles:testcommonv2:1.3.2")
'org.connid.testbundles:testcommonv2:jar:1.3.2'
<dependency org="org.connid.testbundles" name="testcommonv2" rev="1.3.2">
<artifact name="testcommonv2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.connid.testbundles', module='testcommonv2', version='1.3.2')
)
libraryDependencies += "org.connid.testbundles" % "testcommonv2" % "1.3.2"
[org.connid.testbundles/testcommonv2 "1.3.2"]