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