License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.pyx4j |
ArtifactId | ArtifactIdmaven-plugin-log4j |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmaven-plugin-log4j
Log4j Appender for Maven 2 Plugin
|
Project Organization |
Project Organizationpyx4j team |
Filename | Size |
---|---|
maven-plugin-log4j-1.0.1.pom | |
maven-plugin-log4j-1.0.1.jar | 3 KB |
maven-plugin-log4j-1.0.1-sources.jar | 1 KB |
maven-plugin-log4j-1.0.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pyx4j/maven-plugin-log4j/ -->
<dependency>
<groupId>com.pyx4j</groupId>
<artifactId>maven-plugin-log4j</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.pyx4j/maven-plugin-log4j/
implementation 'com.pyx4j:maven-plugin-log4j:1.0.1'
// https://jarcasting.com/artifacts/com.pyx4j/maven-plugin-log4j/
implementation ("com.pyx4j:maven-plugin-log4j:1.0.1")
'com.pyx4j:maven-plugin-log4j:jar:1.0.1'
<dependency org="com.pyx4j" name="maven-plugin-log4j" rev="1.0.1">
<artifact name="maven-plugin-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pyx4j', module='maven-plugin-log4j', version='1.0.1')
)
libraryDependencies += "com.pyx4j" % "maven-plugin-log4j" % "1.0.1"
[com.pyx4j/maven-plugin-log4j "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.14 |
org.apache.maven : maven-plugin-api | jar | 2.0 |
org.apache.maven : maven-artifact | jar | 2.0 |