is not current version
Last Version 1.0.1

io.github.lf2a:maven-deploy 1.0.0

This is a sample library for a tutorial about publishing to Maven Central

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.github.lf2a
ArtifactId

ArtifactId

maven-deploy
Version

Version

1.0.0
Type

Type

jar

Download maven-deploy 1.0.0


<!-- 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"]