License |
License |
---|---|
GroupId | GroupIdio.github.chandan-b-verma |
ArtifactId | ArtifactIdCV |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionExample Application chandan-b-verma
A application used as an example on how to set up pushing
its components to the Central Repository.
|
Filename | Size |
---|---|
CV-1.0.1.pom | |
CV-1.0.1.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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.chandan-b-verma/CV/
implementation 'io.github.chandan-b-verma:CV:1.0.1'
// https://jarcasting.com/artifacts/io.github.chandan-b-verma/CV/
implementation ("io.github.chandan-b-verma:CV:1.0.1")
'io.github.chandan-b-verma:CV:jar:1.0.1'
<dependency org="io.github.chandan-b-verma" name="CV" rev="1.0.1">
<artifact name="CV" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.chandan-b-verma', module='CV', version='1.0.1')
)
libraryDependencies += "io.github.chandan-b-verma" % "CV" % "1.0.1"
[io.github.chandan-b-verma/CV "1.0.1"]