Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.github.lf2a |
ArtifactId | ArtifactIdmaven-deploy |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
maven-deploy-1.0.0.pom | |
maven-deploy-1.0.0.jar | 2 KB |
maven-deploy-1.0.0-sources.jar | 911 bytes |
maven-deploy-1.0.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.lf2a/maven-deploy/ -->
<dependency>
<groupId>io.github.lf2a</groupId>
<artifactId>maven-deploy</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lf2a/maven-deploy/
implementation 'io.github.lf2a:maven-deploy:1.0.0'
// https://jarcasting.com/artifacts/io.github.lf2a/maven-deploy/
implementation ("io.github.lf2a:maven-deploy:1.0.0")
'io.github.lf2a:maven-deploy:jar:1.0.0'
<dependency org="io.github.lf2a" name="maven-deploy" rev="1.0.0">
<artifact name="maven-deploy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lf2a', module='maven-deploy', version='1.0.0')
)
libraryDependencies += "io.github.lf2a" % "maven-deploy" % "1.0.0"
[io.github.lf2a/maven-deploy "1.0.0"]