MVN

org.chtijbug.drools : guvnor-jaxb-entities

Maven & Gradle

Dec 17, 2014
4 usages

Guvnor Jaxb Entities

<dependency>
    <groupId>org.chtijbug.drools</groupId>
    <artifactId>guvnor-jaxb-entities</artifactId>
    <version>5.6.2.chtijbug</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.chtijbug.drools : guvnor-jaxb-entities to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.6.2.chtijbug

All Versions

Choose a version of org.chtijbug.drools : guvnor-jaxb-entities to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6.x
guvnor-jaxb-entities-5.6.2.chtijbug

How to add a dependency to Maven

Add the following org.chtijbug.drools : guvnor-jaxb-entities maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.chtijbug.drools</groupId>
    <artifactId>guvnor-jaxb-entities</artifactId>
    <version>5.6.2.chtijbug</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.chtijbug.drools : guvnor-jaxb-entities gradle dependency to your build.gradle file:

implementation 'org.chtijbug.drools:guvnor-jaxb-entities:5.6.2.chtijbug'

Gradle Kotlin DSL: Add the following org.chtijbug.drools : guvnor-jaxb-entities gradle kotlin dependency to your build.gradle.kts file:

implementation("org.chtijbug.drools:guvnor-jaxb-entities:5.6.2.chtijbug")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.chtijbug.drools : guvnor-jaxb-entities sbt scala dependency to your build.sbt file:

libraryDependencies += "org.chtijbug.drools" % "guvnor-jaxb-entities" % "5.6.2.chtijbug"