MVN

org.apache.camel : apt

Maven & Gradle

May 24, 2021
123 usages

Camel :: Annotation Processor · Processes Camel endpoint source code

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>apt</artifactId>
    <version>2.25.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.camel : apt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.25.4
  • Latest Release Candidate: 3.0.0-RC3

All Versions

Choose a version of org.apache.camel : apt to add to Maven or Gradle - All Versions:

  • Version Updated
  • apt-2.25.4

    May 24, 2021
  • apt-2.25.3

    Dec 20, 2020
  • apt-2.25.2

    Jul 18, 2020
  • apt-2.25.1

    Apr 12, 2020
  • apt-2.25.0

    Jan 19, 2020
  • apt-3.0.1

    Jan 11, 2020
  • apt-2.24.3

    Dec 19, 2019
  • apt-3.0.0

    Nov 24, 2019
  • apt-3.0.0-RC3

    Oct 20, 2019
  • apt-3.0.0-RC2

    Oct 01, 2019
  • apt-2.23.4

    Sep 15, 2019
  • apt-2.24.2

    Sep 08, 2019
  • apt-3.0.0-RC1

    Aug 26, 2019
  • apt-3.0.0-M4

    Jul 06, 2019
  • apt-2.24.1

    Jun 20, 2019
  • apt-2.23.3

    Jun 09, 2019
  • apt-2.22.5

    Jun 08, 2019
  • apt-3.0.0-M3

    Jun 03, 2019
  • apt-2.24.0

    May 06, 2019
  • apt-2.22.4

    Apr 07, 2019
  • apt-2.23.2

    Apr 06, 2019
  • apt-3.0.0-M2

    Mar 24, 2019
  • apt-3.0.0-M1

    Feb 17, 2019
  • apt-2.21.5

    Feb 02, 2019
  • apt-2.22.3

    Jan 19, 2019
  • apt-2.23.1

    Jan 12, 2019
  • apt-2.21.4

    Jan 06, 2019
  • apt-2.23.0

    Nov 24, 2018
  • apt-2.22.2

    Nov 01, 2018
  • apt-2.21.3

    Oct 21, 2018
  • apt-2.22.1

    Sep 02, 2018
  • apt-2.20.4

    Jul 21, 2018
  • apt-2.21.2

    Jul 16, 2018
  • apt-2.22.0

    Jun 29, 2018
  • apt-2.21.1

    Apr 29, 2018
  • apt-2.20.3

    Mar 25, 2018
  • apt-2.19.5

    Mar 24, 2018
  • apt-2.21.0

    Mar 11, 2018
  • apt-2.20.2

    Jan 22, 2018
  • apt-2.20.1

    Nov 10, 2017
  • apt-2.19.4

    Nov 01, 2017
  • apt-2.20.0

    Oct 07, 2017
  • apt-2.18.5

    Sep 21, 2017
  • apt-2.19.3

    Sep 10, 2017
  • apt-2.19.2

    Jul 28, 2017
  • apt-2.19.1

    Jun 11, 2017
  • apt-2.18.4

    May 20, 2017
  • apt-2.17.7

    May 14, 2017
  • apt-2.19.0

    Apr 30, 2017
  • apt-2.18.3

    Mar 08, 2017
  • apt-2.17.6

    Mar 05, 2017
  • apt-2.18.2

    Jan 22, 2017
  • apt-2.17.5

    Jan 17, 2017
  • apt-2.16.5

    Dec 16, 2016
  • apt-2.18.1

    Nov 27, 2016
  • apt-2.17.4

    Nov 23, 2016
  • apt-2.18.0

    Oct 05, 2016
  • apt-2.16.4

    Sep 19, 2016
  • apt-2.17.3

    Aug 04, 2016
  • apt-2.17.2

    Jun 26, 2016
  • apt-2.17.1

    May 01, 2016
  • apt-2.16.3

    Apr 03, 2016
  • apt-2.15.6

    Mar 27, 2016
  • apt-2.17.0

    Mar 22, 2016
  • apt-2.16.2

    Jan 22, 2016
  • apt-2.15.5

    Nov 23, 2015
  • apt-2.16.1

    Nov 17, 2015
  • apt-2.14.4

    Nov 06, 2015
  • apt-2.15.4

    Oct 23, 2015
  • apt-2.16.0

    Oct 05, 2015
  • apt-2.15.3

    Aug 15, 2015
  • apt-2.14.3

    May 29, 2015
  • apt-2.15.2

    Apr 29, 2015
  • apt-2.15.1

    Mar 28, 2015
  • apt-2.15.0

    Mar 07, 2015
  • apt-2.13.4

    Mar 05, 2015
  • apt-2.14.2

    Mar 03, 2015
  • apt-2.14.1

    Dec 10, 2014
  • apt-2.13.3

    Oct 28, 2014
  • apt-2.12.5

    Oct 24, 2014
  • apt-2.14.0

    Sep 15, 2014
  • apt-2.12.4

    Jul 01, 2014
  • apt-2.13.2

    Jul 01, 2014
  • apt-2.13.1

    May 07, 2014
  • apt-2.13.0

    Mar 17, 2014
  • apt-2.12.3

    Feb 21, 2014
  • apt-2.12.2

    Nov 23, 2013
  • apt-2.12.1

    Sep 18, 2013
  • apt-2.12.0

    Sep 04, 2013

How to add a dependency to Maven

Add the following org.apache.camel : apt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>apt</artifactId>
    <version>2.25.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.camel : apt gradle dependency to your build.gradle file:

implementation 'org.apache.camel:apt:2.25.4'

Gradle Kotlin DSL: Add the following org.apache.camel : apt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.camel:apt:2.25.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.camel : apt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.camel" % "apt" % "2.25.4"