License |
License |
---|---|
GroupId | GroupIdcom.github.hegdepranav21 |
ArtifactId | ArtifactIdtestpackage1 |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmaven-project
A maven project-example
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testpackage1-1.0.2.pom | |
testpackage1-1.0.2.jar | 3 KB |
testpackage1-1.0.2-sources.jar | 2 KB |
testpackage1-1.0.2-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hegdepranav21/testpackage1/ -->
<dependency>
<groupId>com.github.hegdepranav21</groupId>
<artifactId>testpackage1</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hegdepranav21/testpackage1/
implementation 'com.github.hegdepranav21:testpackage1:1.0.2'
// https://jarcasting.com/artifacts/com.github.hegdepranav21/testpackage1/
implementation ("com.github.hegdepranav21:testpackage1:1.0.2")
'com.github.hegdepranav21:testpackage1:jar:1.0.2'
<dependency org="com.github.hegdepranav21" name="testpackage1" rev="1.0.2">
<artifact name="testpackage1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hegdepranav21', module='testpackage1', version='1.0.2')
)
libraryDependencies += "com.github.hegdepranav21" % "testpackage1" % "1.0.2"
[com.github.hegdepranav21/testpackage1 "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-java | jar | 3.141.59 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |