GroupId | GroupIdorg.connid.bundles.db |
---|---|
ArtifactId | ArtifactIdorg.connid.bundles.db.table |
Version | Version2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.connid.bundles.db/org.connid.bundles.db.table/ -->
<dependency>
<groupId>org.connid.bundles.db</groupId>
<artifactId>org.connid.bundles.db.table</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.connid.bundles.db/org.connid.bundles.db.table/
implementation 'org.connid.bundles.db:org.connid.bundles.db.table:2.1'
// https://jarcasting.com/artifacts/org.connid.bundles.db/org.connid.bundles.db.table/
implementation ("org.connid.bundles.db:org.connid.bundles.db.table:2.1")
'org.connid.bundles.db:org.connid.bundles.db.table:jar:2.1'
<dependency org="org.connid.bundles.db" name="org.connid.bundles.db.table" rev="2.1">
<artifact name="org.connid.bundles.db.table" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.connid.bundles.db', module='org.connid.bundles.db.table', version='2.1')
)
libraryDependencies += "org.connid.bundles.db" % "org.connid.bundles.db.table" % "2.1"
[org.connid.bundles.db/org.connid.bundles.db.table "2.1"]