MVN

org.dotwebstack.framework : ext-orchestrate

Maven & Gradle

Jun 20, 2023
2 usages
12 stars
<dependency>
    <groupId>org.dotwebstack.framework</groupId>
    <artifactId>ext-orchestrate</artifactId>
    <version>0.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dotwebstack.framework : ext-orchestrate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.6

All Versions

Choose a version of org.dotwebstack.framework : ext-orchestrate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
ext-orchestrate-0.4.6
ext-orchestrate-0.4.5
ext-orchestrate-0.4.4
ext-orchestrate-0.4.3
ext-orchestrate-0.4.2
ext-orchestrate-0.4.1
ext-orchestrate-0.4.0
0.3.x
ext-orchestrate-0.3.137
ext-orchestrate-0.3.136
ext-orchestrate-0.3.135
ext-orchestrate-0.3.134
ext-orchestrate-0.3.133
ext-orchestrate-0.3.132
ext-orchestrate-0.3.131
ext-orchestrate-0.3.130
ext-orchestrate-0.3.129
ext-orchestrate-0.3.128
ext-orchestrate-0.3.127
ext-orchestrate-0.3.126
ext-orchestrate-0.3.125
ext-orchestrate-0.3.124
ext-orchestrate-0.3.123
ext-orchestrate-0.3.122
ext-orchestrate-0.3.121
ext-orchestrate-0.3.120
ext-orchestrate-0.3.119
ext-orchestrate-0.3.118
ext-orchestrate-0.3.117
ext-orchestrate-0.3.116
ext-orchestrate-0.3.115
ext-orchestrate-0.3.114
ext-orchestrate-0.3.113
ext-orchestrate-0.3.112
ext-orchestrate-0.3.111
ext-orchestrate-0.3.110
ext-orchestrate-0.3.109
ext-orchestrate-0.3.108
ext-orchestrate-0.3.107
ext-orchestrate-0.3.106
ext-orchestrate-0.3.105
ext-orchestrate-0.3.104
ext-orchestrate-0.3.103
ext-orchestrate-0.3.102
ext-orchestrate-0.3.101
ext-orchestrate-0.3.100
ext-orchestrate-0.3.99
ext-orchestrate-0.3.98
ext-orchestrate-0.3.97
ext-orchestrate-0.3.96
ext-orchestrate-0.3.95
ext-orchestrate-0.3.94
ext-orchestrate-0.3.93
ext-orchestrate-0.3.92
ext-orchestrate-0.3.91
ext-orchestrate-0.3.90
ext-orchestrate-0.3.89
ext-orchestrate-0.3.88
ext-orchestrate-0.3.87
ext-orchestrate-0.3.86
ext-orchestrate-0.3.85
ext-orchestrate-0.3.84
ext-orchestrate-0.3.83
ext-orchestrate-0.3.82
ext-orchestrate-0.3.81
ext-orchestrate-0.3.80
ext-orchestrate-0.3.79
ext-orchestrate-0.3.78
ext-orchestrate-0.3.77
ext-orchestrate-0.3.76
ext-orchestrate-0.3.74
ext-orchestrate-0.3.73
ext-orchestrate-0.3.72
ext-orchestrate-0.3.71
ext-orchestrate-0.3.70
ext-orchestrate-0.3.69
ext-orchestrate-0.3.68
ext-orchestrate-0.3.67
ext-orchestrate-0.3.66
ext-orchestrate-0.3.65
ext-orchestrate-0.3.64
ext-orchestrate-0.3.63
ext-orchestrate-0.3.62
ext-orchestrate-0.3.61
ext-orchestrate-0.3.60
ext-orchestrate-0.3.59
ext-orchestrate-0.3.58
ext-orchestrate-0.3.57
ext-orchestrate-0.3.56
ext-orchestrate-0.3.55
ext-orchestrate-0.3.54
ext-orchestrate-0.3.53
ext-orchestrate-0.3.52
ext-orchestrate-0.3.51
ext-orchestrate-0.3.50
ext-orchestrate-0.3.48

How to add a dependency to Maven

Add the following org.dotwebstack.framework : ext-orchestrate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dotwebstack.framework</groupId>
    <artifactId>ext-orchestrate</artifactId>
    <version>0.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dotwebstack.framework : ext-orchestrate gradle dependency to your build.gradle file:

implementation 'org.dotwebstack.framework:ext-orchestrate:0.4.6'

Gradle Kotlin DSL: Add the following org.dotwebstack.framework : ext-orchestrate gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dotwebstack.framework:ext-orchestrate:0.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dotwebstack.framework : ext-orchestrate sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dotwebstack.framework" % "ext-orchestrate" % "0.4.6"

Advertisement