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