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