GroupId | GroupIdcd.connect.features |
---|---|
ArtifactId | ArtifactIdconnect-feature-service-sql |
Version | Version1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cd.connect.features/connect-feature-service-sql/ -->
<dependency>
<groupId>cd.connect.features</groupId>
<artifactId>connect-feature-service-sql</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/cd.connect.features/connect-feature-service-sql/
implementation 'cd.connect.features:connect-feature-service-sql:1.3'
// https://jarcasting.com/artifacts/cd.connect.features/connect-feature-service-sql/
implementation ("cd.connect.features:connect-feature-service-sql:1.3")
'cd.connect.features:connect-feature-service-sql:jar:1.3'
<dependency org="cd.connect.features" name="connect-feature-service-sql" rev="1.3">
<artifact name="connect-feature-service-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='cd.connect.features', module='connect-feature-service-sql', version='1.3')
)
libraryDependencies += "cd.connect.features" % "connect-feature-service-sql" % "1.3"
[cd.connect.features/connect-feature-service-sql "1.3"]