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