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