License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdorg.codehaus.plexus |
ArtifactId | ArtifactIdplexus-logging |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPlexus Logging Parent
|
Project Organization |
Project OrganizationCodehaus |
Filename | Size |
---|---|
plexus-logging-1.0.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-logging/ -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-logging</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-logging/
implementation 'org.codehaus.plexus:plexus-logging:1.0.4'
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-logging/
implementation ("org.codehaus.plexus:plexus-logging:1.0.4")
'org.codehaus.plexus:plexus-logging:pom:1.0.4'
<dependency org="org.codehaus.plexus" name="plexus-logging" rev="1.0.4">
<artifact name="plexus-logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.plexus', module='plexus-logging', version='1.0.4')
)
libraryDependencies += "org.codehaus.plexus" % "plexus-logging" % "1.0.4"
[org.codehaus.plexus/plexus-logging "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |