Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.github.sergeivisotsky.metadata |
ArtifactId | ArtifactIdmetadata-deploy |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
metadata-deploy-0.0.9.pom | |
metadata-deploy-0.0.9.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.sergeivisotsky.metadata/metadata-deploy/ -->
<dependency>
<groupId>io.github.sergeivisotsky.metadata</groupId>
<artifactId>metadata-deploy</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sergeivisotsky.metadata/metadata-deploy/
implementation 'io.github.sergeivisotsky.metadata:metadata-deploy:0.0.9'
// https://jarcasting.com/artifacts/io.github.sergeivisotsky.metadata/metadata-deploy/
implementation ("io.github.sergeivisotsky.metadata:metadata-deploy:0.0.9")
'io.github.sergeivisotsky.metadata:metadata-deploy:jar:0.0.9'
<dependency org="io.github.sergeivisotsky.metadata" name="metadata-deploy" rev="0.0.9">
<artifact name="metadata-deploy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sergeivisotsky.metadata', module='metadata-deploy', version='0.0.9')
)
libraryDependencies += "io.github.sergeivisotsky.metadata" % "metadata-deploy" % "0.0.9"
[io.github.sergeivisotsky.metadata/metadata-deploy "0.0.9"]