Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.mod4j.org.eclipse.xtext |
ArtifactId | ArtifactIdlog4j |
Last Version | Last Version1.2.15 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXtext Log4j
|
Filename | Size |
---|---|
log4j-1.2.15.pom | |
log4j-1.2.15.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mod4j.org.eclipse.xtext/log4j/ -->
<dependency>
<groupId>org.mod4j.org.eclipse.xtext</groupId>
<artifactId>log4j</artifactId>
<version>1.2.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j.org.eclipse.xtext/log4j/
implementation 'org.mod4j.org.eclipse.xtext:log4j:1.2.15'
// https://jarcasting.com/artifacts/org.mod4j.org.eclipse.xtext/log4j/
implementation ("org.mod4j.org.eclipse.xtext:log4j:1.2.15")
'org.mod4j.org.eclipse.xtext:log4j:jar:1.2.15'
<dependency org="org.mod4j.org.eclipse.xtext" name="log4j" rev="1.2.15">
<artifact name="log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j.org.eclipse.xtext', module='log4j', version='1.2.15')
)
libraryDependencies += "org.mod4j.org.eclipse.xtext" % "log4j" % "1.2.15"
[org.mod4j.org.eclipse.xtext/log4j "1.2.15"]