| Categories |
CategoriesCSV Data Data Formats |
|---|---|
| GroupId | GroupIdorg.connid.bundles |
| ArtifactId | ArtifactIdorg.connid.bundles.csvdir |
| Version | Version0.7 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.connid.bundles/org.connid.bundles.csvdir/ -->
<dependency>
<groupId>org.connid.bundles</groupId>
<artifactId>org.connid.bundles.csvdir</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.connid.bundles/org.connid.bundles.csvdir/
implementation 'org.connid.bundles:org.connid.bundles.csvdir:0.7'
// https://jarcasting.com/artifacts/org.connid.bundles/org.connid.bundles.csvdir/
implementation ("org.connid.bundles:org.connid.bundles.csvdir:0.7")
'org.connid.bundles:org.connid.bundles.csvdir:jar:0.7'
<dependency org="org.connid.bundles" name="org.connid.bundles.csvdir" rev="0.7">
<artifact name="org.connid.bundles.csvdir" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.connid.bundles', module='org.connid.bundles.csvdir', version='0.7')
)
libraryDependencies += "org.connid.bundles" % "org.connid.bundles.csvdir" % "0.7"
[org.connid.bundles/org.connid.bundles.csvdir "0.7"]