maven-project

A maven project-example

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.hegdepranav21
ArtifactId

ArtifactId

demo-test-maven
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

maven-project
A maven project-example
Project URL

Project URL

https://github.com/hegdepranav21/Maven-project
Source Code Management

Source Code Management

https://github.com/hegdepranav21/Maven-project

Download demo-test-maven

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.hegdepranav21/demo-test-maven/ -->
<dependency>
    <groupId>com.github.hegdepranav21</groupId>
    <artifactId>demo-test-maven</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hegdepranav21/demo-test-maven/
implementation 'com.github.hegdepranav21:demo-test-maven:1.0.2'
// https://jarcasting.com/artifacts/com.github.hegdepranav21/demo-test-maven/
implementation ("com.github.hegdepranav21:demo-test-maven:1.0.2")
'com.github.hegdepranav21:demo-test-maven:jar:1.0.2'
<dependency org="com.github.hegdepranav21" name="demo-test-maven" rev="1.0.2">
  <artifact name="demo-test-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hegdepranav21', module='demo-test-maven', version='1.0.2')
)
libraryDependencies += "com.github.hegdepranav21" % "demo-test-maven" % "1.0.2"
[com.github.hegdepranav21/demo-test-maven "1.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 3.141.59

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2