| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdcom.github.zed-platform |
| ArtifactId | ArtifactIdzed-bom |
| Version | Version0.0.17 |
| Type | Typepom |
| Filename | Size |
|---|---|
| zed-bom-0.0.17.pom | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zed-platform/zed-bom/ -->
<dependency>
<groupId>com.github.zed-platform</groupId>
<artifactId>zed-bom</artifactId>
<version>0.0.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-bom/
implementation 'com.github.zed-platform:zed-bom:0.0.17'
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-bom/
implementation ("com.github.zed-platform:zed-bom:0.0.17")
'com.github.zed-platform:zed-bom:pom:0.0.17'
<dependency org="com.github.zed-platform" name="zed-bom" rev="0.0.17">
<artifact name="zed-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zed-platform', module='zed-bom', version='0.0.17')
)
libraryDependencies += "com.github.zed-platform" % "zed-bom" % "0.0.17"
[com.github.zed-platform/zed-bom "0.0.17"]