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