| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.apache.river.examples | 
    
| ArtifactId | ArtifactIdhello-api | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionhello-api 
            The Apache Software Foundation provides support for the Apache community of open-source software projects.
    The Apache projects are characterized by a collaborative, consensus based development process, an open and
    pragmatic software license, and a desire to create high quality software that leads the way in its field.
    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
    and users. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| hello-api-1.0.pom | |
| hello-api-1.0.jar | 7 KB | 
| hello-api-1.0-sources.jar | 6 KB | 
| hello-api-1.0-javadoc.jar | 28 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.river.examples/hello-api/ -->
<dependency>
    <groupId>org.apache.river.examples</groupId>
    <artifactId>hello-api</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.river.examples/hello-api/
implementation 'org.apache.river.examples:hello-api:1.0'
                // https://jarcasting.com/artifacts/org.apache.river.examples/hello-api/
implementation ("org.apache.river.examples:hello-api:1.0")
                'org.apache.river.examples:hello-api:jar:1.0'
                <dependency org="org.apache.river.examples" name="hello-api" rev="1.0">
  <artifact name="hello-api" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.river.examples', module='hello-api', version='1.0')
)
                libraryDependencies += "org.apache.river.examples" % "hello-api" % "1.0"
                [org.apache.river.examples/hello-api "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |