Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.zed-platform |
ArtifactId | ArtifactIdzed-service-attachment-file |
Version | Version0.0.12 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.github.zed-platform/zed-service-attachment-file/ -->
<dependency>
<groupId>com.github.zed-platform</groupId>
<artifactId>zed-service-attachment-file</artifactId>
<version>0.0.12</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-service-attachment-file/
implementation 'com.github.zed-platform:zed-service-attachment-file:0.0.12'
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-service-attachment-file/
implementation ("com.github.zed-platform:zed-service-attachment-file:0.0.12")
'com.github.zed-platform:zed-service-attachment-file:war:0.0.12'
<dependency org="com.github.zed-platform" name="zed-service-attachment-file" rev="0.0.12">
<artifact name="zed-service-attachment-file" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.zed-platform', module='zed-service-attachment-file', version='0.0.12')
)
libraryDependencies += "com.github.zed-platform" % "zed-service-attachment-file" % "0.0.12"
[com.github.zed-platform/zed-service-attachment-file "0.0.12"]