is not current version
Last Version 2.1.7

org.connid.bundles.db:common 1.2.1


GroupId

GroupId

org.connid.bundles.db
ArtifactId

ArtifactId

common
Version

Version

1.2.1
Type

Type

jar

Download common 1.2.1


<!-- https://jarcasting.com/artifacts/org.connid.bundles.db/common/ -->
<dependency>
    <groupId>org.connid.bundles.db</groupId>
    <artifactId>common</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.connid.bundles.db/common/
implementation 'org.connid.bundles.db:common:1.2.1'
// https://jarcasting.com/artifacts/org.connid.bundles.db/common/
implementation ("org.connid.bundles.db:common:1.2.1")
'org.connid.bundles.db:common:jar:1.2.1'
<dependency org="org.connid.bundles.db" name="common" rev="1.2.1">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.connid.bundles.db', module='common', version='1.2.1')
)
libraryDependencies += "org.connid.bundles.db" % "common" % "1.2.1"
[org.connid.bundles.db/common "1.2.1"]