is not current version
Last Version 1.0.1

io.github.chandan-b-verma:CV 1.0.0

A application used as an example on how to set up pushing its components to the Central Repository.

GroupId

GroupId

io.github.chandan-b-verma
ArtifactId

ArtifactId

CV
Version

Version

1.0.0
Type

Type

jar

Download CV 1.0.0

Filename Size
CV-1.0.0.pom
CV-1.0.0.jar 2 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.chandan-b-verma/CV/ -->
<dependency>
    <groupId>io.github.chandan-b-verma</groupId>
    <artifactId>CV</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.chandan-b-verma/CV/
implementation 'io.github.chandan-b-verma:CV:1.0.0'
// https://jarcasting.com/artifacts/io.github.chandan-b-verma/CV/
implementation ("io.github.chandan-b-verma:CV:1.0.0")
'io.github.chandan-b-verma:CV:jar:1.0.0'
<dependency org="io.github.chandan-b-verma" name="CV" rev="1.0.0">
  <artifact name="CV" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.chandan-b-verma', module='CV', version='1.0.0')
)
libraryDependencies += "io.github.chandan-b-verma" % "CV" % "1.0.0"
[io.github.chandan-b-verma/CV "1.0.0"]