License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Ant |
GroupId | GroupIdcom.github.hemanthsridhar |
ArtifactId | ArtifactIdmaven-add |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionA demo for deployment to the JCenter
|
Filename | Size |
---|---|
maven-add-1.0.4.pom | |
maven-add-1.0.4.jar | 2 KB |
maven-add-1.0.4-sources.jar | 1 KB |
maven-add-1.0.4-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hemanthsridhar/maven-add/ -->
<dependency>
<groupId>com.github.hemanthsridhar</groupId>
<artifactId>maven-add</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hemanthsridhar/maven-add/
implementation 'com.github.hemanthsridhar:maven-add:1.0.4'
// https://jarcasting.com/artifacts/com.github.hemanthsridhar/maven-add/
implementation ("com.github.hemanthsridhar:maven-add:1.0.4")
'com.github.hemanthsridhar:maven-add:jar:1.0.4'
<dependency org="com.github.hemanthsridhar" name="maven-add" rev="1.0.4">
<artifact name="maven-add" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hemanthsridhar', module='maven-add', version='1.0.4')
)
libraryDependencies += "com.github.hemanthsridhar" % "maven-add" % "1.0.4"
[com.github.hemanthsridhar/maven-add "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.3.0 |
junit : junit | jar | 3.8.1 |