MVN

pl.allegro.tech : opel

Maven & Gradle

Mar 12, 2022
63 stars

opel · Asynchronous expression language

<dependency>
    <groupId>pl.allegro.tech</groupId>
    <artifactId>opel</artifactId>
    <version>1.1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.allegro.tech : opel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.13

All Versions

Choose a version of pl.allegro.tech : opel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
opel-1.1.13
opel-1.1.12
opel-1.1.11
opel-1.1.10
opel-1.1.9
opel-1.1.8
opel-1.1.7
opel-1.1.6
opel-1.1.5
opel-1.1.4
opel-1.1.3
opel-1.1.2
opel-1.1.1
opel-1.1.0
1.0.x
opel-1.0.4
opel-1.0.3
opel-1.0.2
opel-1.0.1
opel-1.0.0
0.1.x
opel-0.1.0

How to add a dependency to Maven

Add the following pl.allegro.tech : opel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.allegro.tech</groupId>
    <artifactId>opel</artifactId>
    <version>1.1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.allegro.tech : opel gradle dependency to your build.gradle file:

implementation 'pl.allegro.tech:opel:1.1.13'

Gradle Kotlin DSL: Add the following pl.allegro.tech : opel gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.allegro.tech:opel:1.1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.allegro.tech : opel sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.allegro.tech" % "opel" % "1.1.13"

Advertisement