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