| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesAnt Build Tools | 
        
| GroupId | GroupIdcom.github.sushantmimani | 
    
| ArtifactId | ArtifactIdHelloWorld | 
    
| Last Version | Last Version0.6.5 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptiontest-deploy 
            A demo for deployment to the Central Repository via OSSRH 
         | 
    
| Filename | Size | 
|---|---|
| HelloWorld-0.6.5.pom | |
| HelloWorld-0.6.5.jar | 3 KB | 
| HelloWorld-0.6.5-sources.jar | 3 KB | 
| HelloWorld-0.6.5-javadoc.jar | 22 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.sushantmimani/HelloWorld/ -->
<dependency>
    <groupId>com.github.sushantmimani</groupId>
    <artifactId>HelloWorld</artifactId>
    <version>0.6.5</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.sushantmimani/HelloWorld/
implementation 'com.github.sushantmimani:HelloWorld:0.6.5'
                // https://jarcasting.com/artifacts/com.github.sushantmimani/HelloWorld/
implementation ("com.github.sushantmimani:HelloWorld:0.6.5")
                'com.github.sushantmimani:HelloWorld:jar:0.6.5'
                <dependency org="com.github.sushantmimani" name="HelloWorld" rev="0.6.5">
  <artifact name="HelloWorld" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.sushantmimani', module='HelloWorld', version='0.6.5')
)
                libraryDependencies += "com.github.sushantmimani" % "HelloWorld" % "0.6.5"
                [com.github.sushantmimani/HelloWorld "0.6.5"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 |