| GroupId | GroupIdsoftware.amazon.disco |
|---|---|
| ArtifactId | ArtifactIddisco-toolkit-bom |
| Version | Version0.10.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| disco-toolkit-bom-0.10.0.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/software.amazon.disco/disco-toolkit-bom/ -->
<dependency>
<groupId>software.amazon.disco</groupId>
<artifactId>disco-toolkit-bom</artifactId>
<version>0.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.disco/disco-toolkit-bom/
implementation 'software.amazon.disco:disco-toolkit-bom:0.10.0'
// https://jarcasting.com/artifacts/software.amazon.disco/disco-toolkit-bom/
implementation ("software.amazon.disco:disco-toolkit-bom:0.10.0")
'software.amazon.disco:disco-toolkit-bom:pom:0.10.0'
<dependency org="software.amazon.disco" name="disco-toolkit-bom" rev="0.10.0">
<artifact name="disco-toolkit-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='software.amazon.disco', module='disco-toolkit-bom', version='0.10.0')
)
libraryDependencies += "software.amazon.disco" % "disco-toolkit-bom" % "0.10.0"
[software.amazon.disco/disco-toolkit-bom "0.10.0"]