is not current version
Last Version 3.0.1

org.apache.camel:apt 2.18.1

Processes Camel endpoint source code

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

apt
Version

Version

2.18.1
Type

Type

jar

Download apt 2.18.1


<!-- https://jarcasting.com/artifacts/org.apache.camel/apt/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>apt</artifactId>
    <version>2.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/apt/
implementation 'org.apache.camel:apt:2.18.1'
// https://jarcasting.com/artifacts/org.apache.camel/apt/
implementation ("org.apache.camel:apt:2.18.1")
'org.apache.camel:apt:jar:2.18.1'
<dependency org="org.apache.camel" name="apt" rev="2.18.1">
  <artifact name="apt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='apt', version='2.18.1')
)
libraryDependencies += "org.apache.camel" % "apt" % "2.18.1"
[org.apache.camel/apt "2.18.1"]