| GroupId | GroupIdcom.goldmansachs.obevo |
|---|---|
| ArtifactId | ArtifactIdobevo-bom |
| Version | Version6.6.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| obevo-bom-6.6.1.pom | 10 KB |
| obevo-bom-6.6.1-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.goldmansachs.obevo/obevo-bom/ -->
<dependency>
<groupId>com.goldmansachs.obevo</groupId>
<artifactId>obevo-bom</artifactId>
<version>6.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.goldmansachs.obevo/obevo-bom/
implementation 'com.goldmansachs.obevo:obevo-bom:6.6.1'
// https://jarcasting.com/artifacts/com.goldmansachs.obevo/obevo-bom/
implementation ("com.goldmansachs.obevo:obevo-bom:6.6.1")
'com.goldmansachs.obevo:obevo-bom:jar:6.6.1'
<dependency org="com.goldmansachs.obevo" name="obevo-bom" rev="6.6.1">
<artifact name="obevo-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goldmansachs.obevo', module='obevo-bom', version='6.6.1')
)
libraryDependencies += "com.goldmansachs.obevo" % "obevo-bom" % "6.6.1"
[com.goldmansachs.obevo/obevo-bom "6.6.1"]