| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMaven Build Tools | 
        
| GroupId | GroupIdcom.google.code.echo-maven-plugin | 
    
| ArtifactId | ArtifactIdecho-output | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionEcho output 
            Maven plugin that outputs text during a maven build. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| echo-output-1.0.0.pom | |
| echo-output-1.0.0.jar | 17 KB | 
| echo-output-1.0.0-sources.jar | 11 KB | 
| echo-output-1.0.0-javadoc.jar | 147 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.google.code.echo-maven-plugin/echo-output/ -->
<dependency>
    <groupId>com.google.code.echo-maven-plugin</groupId>
    <artifactId>echo-output</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.google.code.echo-maven-plugin/echo-output/
implementation 'com.google.code.echo-maven-plugin:echo-output:1.0.0'
                // https://jarcasting.com/artifacts/com.google.code.echo-maven-plugin/echo-output/
implementation ("com.google.code.echo-maven-plugin:echo-output:1.0.0")
                'com.google.code.echo-maven-plugin:echo-output:jar:1.0.0'
                <dependency org="com.google.code.echo-maven-plugin" name="echo-output" rev="1.0.0">
  <artifact name="echo-output" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.google.code.echo-maven-plugin', module='echo-output', version='1.0.0')
)
                libraryDependencies += "com.google.code.echo-maven-plugin" % "echo-output" % "1.0.0"
                [com.google.code.echo-maven-plugin/echo-output "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| commons-io : commons-io | jar | 2.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| com.google.code.reflection-utils : reflection-utils | jar | 0.0.1 | 
| org.hamcrest : hamcrest-all | jar | 1.3 | 
| org.mockito : mockito-all | jar | 1.9.5 |