GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdapt |
Version | Version2.20.2 |
Type | Typejar |
Filename | Size |
---|---|
apt-2.20.2.pom | |
apt-2.20.2.jar | 82 KB |
apt-2.20.2-sources.jar | 52 KB |
apt-2.20.2-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/apt/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>apt</artifactId>
<version>2.20.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/apt/
implementation 'org.apache.camel:apt:2.20.2'
// https://jarcasting.com/artifacts/org.apache.camel/apt/
implementation ("org.apache.camel:apt:2.20.2")
'org.apache.camel:apt:jar:2.20.2'
<dependency org="org.apache.camel" name="apt" rev="2.20.2">
<artifact name="apt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='apt', version='2.20.2')
)
libraryDependencies += "org.apache.camel" % "apt" % "2.20.2"
[org.apache.camel/apt "2.20.2"]