is not current version
Last Version 8.2.1

com.goldmansachs.obevo:obevo-cli 7.0.2

POM module containing the dependencyManagement section for the modules of Obevo. All Obevo modules except obevo-bom should inherit from this. We separate obevo-bom from this so that clients can depend on the BOM without pulling in third-party dependencies.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.goldmansachs.obevo
ArtifactId

ArtifactId

obevo-cli
Version

Version

7.0.2
Type

Type

jar

Download obevo-cli 7.0.2


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