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