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