MVN

org.apache.isis.core : isis-core-log4j

Maven & Gradle

Jan 14, 2019
38 usages
667 stars

Apache Isis Log4j Impls · Core framework, providing metamodel, runtime and core APIs. Also defines standard build process, as well as standard set of 3rd party dependencies (eg for testing and logging frameworks).

<dependency>
    <groupId>org.apache.isis.core</groupId>
    <artifactId>isis-core-log4j</artifactId>
    <version>2.0.0-M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.isis.core : isis-core-log4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-M2

All Versions

Choose a version of org.apache.isis.core : isis-core-log4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
isis-core-log4j-2.0.0-M2
isis-core-log4j-2.0.0-M1
1.17.x
isis-core-log4j-1.17.0
1.16.x
isis-core-log4j-1.16.2
isis-core-log4j-1.16.1
isis-core-log4j-1.16.0
1.15.x
isis-core-log4j-1.15.1
isis-core-log4j-1.15.0
1.14.x
isis-core-log4j-1.14.0
1.13.x
isis-core-log4j-1.13.2
isis-core-log4j-1.13.1
isis-core-log4j-1.13.0
1.12.x
isis-core-log4j-1.12.2
isis-core-log4j-1.12.1
isis-core-log4j-1.12.0
1.11.x
isis-core-log4j-1.11.1
isis-core-log4j-1.11.0
1.10.x
isis-core-log4j-1.10.0
1.9.x
isis-core-log4j-1.9.0
1.8.x
isis-core-log4j-1.8.0
1.7.x
isis-core-log4j-1.7.0
1.6.x
isis-core-log4j-1.6.0
1.5.x
isis-core-log4j-1.5.0
1.4.x
isis-core-log4j-1.4.0
1.3.x
isis-core-log4j-1.3.0

How to add a dependency to Maven

Add the following org.apache.isis.core : isis-core-log4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.isis.core</groupId>
    <artifactId>isis-core-log4j</artifactId>
    <version>2.0.0-M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.isis.core : isis-core-log4j gradle dependency to your build.gradle file:

implementation 'org.apache.isis.core:isis-core-log4j:2.0.0-M2'

Gradle Kotlin DSL: Add the following org.apache.isis.core : isis-core-log4j gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.isis.core:isis-core-log4j:2.0.0-M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.isis.core : isis-core-log4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.isis.core" % "isis-core-log4j" % "2.0.0-M2"

Advertisement