License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.ekryd.echo-maven-plugin |
ArtifactId | ArtifactIdecho-plugin |
Version | Version1.3.2 |
Type | Typepom |
Description |
DescriptionEcho plugin parent
Maven plugin that outputs text during a maven build.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
echo-plugin-1.3.2.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ekryd.echo-maven-plugin/echo-plugin/ -->
<dependency>
<groupId>com.github.ekryd.echo-maven-plugin</groupId>
<artifactId>echo-plugin</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ekryd.echo-maven-plugin/echo-plugin/
implementation 'com.github.ekryd.echo-maven-plugin:echo-plugin:1.3.2'
// https://jarcasting.com/artifacts/com.github.ekryd.echo-maven-plugin/echo-plugin/
implementation ("com.github.ekryd.echo-maven-plugin:echo-plugin:1.3.2")
'com.github.ekryd.echo-maven-plugin:echo-plugin:pom:1.3.2'
<dependency org="com.github.ekryd.echo-maven-plugin" name="echo-plugin" rev="1.3.2">
<artifact name="echo-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ekryd.echo-maven-plugin', module='echo-plugin', version='1.3.2')
)
libraryDependencies += "com.github.ekryd.echo-maven-plugin" % "echo-plugin" % "1.3.2"
[com.github.ekryd.echo-maven-plugin/echo-plugin "1.3.2"]
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 |