Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.conductor |
ArtifactId | ArtifactIdconductor-ui |
Version | Version2.21.0-hotfix |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.conductor/conductor-ui/ -->
<dependency>
<groupId>com.netflix.conductor</groupId>
<artifactId>conductor-ui</artifactId>
<version>2.21.0-hotfix</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-ui/
implementation 'com.netflix.conductor:conductor-ui:2.21.0-hotfix'
// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-ui/
implementation ("com.netflix.conductor:conductor-ui:2.21.0-hotfix")
'com.netflix.conductor:conductor-ui:jar:2.21.0-hotfix'
<dependency org="com.netflix.conductor" name="conductor-ui" rev="2.21.0-hotfix">
<artifact name="conductor-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.conductor', module='conductor-ui', version='2.21.0-hotfix')
)
libraryDependencies += "com.netflix.conductor" % "conductor-ui" % "2.21.0-hotfix"
[com.netflix.conductor/conductor-ui "2.21.0-hotfix"]