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