Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.zed-platform |
ArtifactId | ArtifactIdzed-bom |
Version | Version0.0.8 |
Type | Typepom |
Filename | Size |
---|---|
zed-bom-0.0.8.pom | 10 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.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-bom/
implementation 'com.github.zed-platform:zed-bom:0.0.8'
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-bom/
implementation ("com.github.zed-platform:zed-bom:0.0.8")
'com.github.zed-platform:zed-bom:pom:0.0.8'
<dependency org="com.github.zed-platform" name="zed-bom" rev="0.0.8">
<artifact name="zed-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zed-platform', module='zed-bom', version='0.0.8')
)
libraryDependencies += "com.github.zed-platform" % "zed-bom" % "0.0.8"
[com.github.zed-platform/zed-bom "0.0.8"]