GroupId | GroupIdio.github.chandan-b-verma |
---|---|
ArtifactId | ArtifactIdCV |
Version | Version1.0.0 |
Type | Typejar |
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"]