License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.ekryd.echo-maven-plugin |
ArtifactId | ArtifactIdecho-output |
Version | Version1.3.2 |
Type | Typejar |
Description |
DescriptionEcho output
Maven plugin that outputs text during a maven build.
|
Filename | Size |
---|---|
echo-output-1.3.2.pom | |
echo-output-1.3.2.jar | 17 KB |
echo-output-1.3.2-sources.jar | 12 KB |
echo-output-1.3.2-javadoc.jar | 477 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ekryd.echo-maven-plugin/echo-output/ -->
<dependency>
<groupId>com.github.ekryd.echo-maven-plugin</groupId>
<artifactId>echo-output</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ekryd.echo-maven-plugin/echo-output/
implementation 'com.github.ekryd.echo-maven-plugin:echo-output:1.3.2'
// https://jarcasting.com/artifacts/com.github.ekryd.echo-maven-plugin/echo-output/
implementation ("com.github.ekryd.echo-maven-plugin:echo-output:1.3.2")
'com.github.ekryd.echo-maven-plugin:echo-output:jar:1.3.2'
<dependency org="com.github.ekryd.echo-maven-plugin" name="echo-output" rev="1.3.2">
<artifact name="echo-output" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ekryd.echo-maven-plugin', module='echo-output', version='1.3.2')
)
libraryDependencies += "com.github.ekryd.echo-maven-plugin" % "echo-output" % "1.3.2"
[com.github.ekryd.echo-maven-plugin/echo-output "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
com.github.ekryd.reflection-utils : reflection-utils | jar | 1.1.0 |
org.hamcrest : hamcrest | jar | 2.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.0-M1 |
org.mockito : mockito-core | jar | 3.8.0 |