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