MVN

de.uni-trier.wi2 : procake-framework

Maven & Gradle

Jun 13, 2023

ProCAKE Framework · A domain-independent framework that can be used to implement diverse structural or process-oriented case-based reasoning applications for integrated process and knowledge management. The ProCAKE framework is written in Java and available under GPL3.

<dependency>
    <groupId>de.uni-trier.wi2</groupId>
    <artifactId>procake-framework</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.uni-trier.wi2 : procake-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of de.uni-trier.wi2 : procake-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
procake-framework-5.0.0
4.0.x
procake-framework-4.0.0
3.0.x
procake-framework-3.0.0
2.0.x
procake-framework-2.0.0
1.3.x
procake-framework-1.3.1

How to add a dependency to Maven

Add the following de.uni-trier.wi2 : procake-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.uni-trier.wi2</groupId>
    <artifactId>procake-framework</artifactId>
    <version>5.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.uni-trier.wi2 : procake-framework gradle dependency to your build.gradle file:

implementation 'de.uni-trier.wi2:procake-framework:5.0.0'

Gradle Kotlin DSL: Add the following de.uni-trier.wi2 : procake-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("de.uni-trier.wi2:procake-framework:5.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.uni-trier.wi2 : procake-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "de.uni-trier.wi2" % "procake-framework" % "5.0.0"

Advertisement