GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-web3j |
Version | Version3.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
camel-web3j-3.0.0-RC1.pom | |
camel-web3j-3.0.0-RC1.jar | 53 KB |
camel-web3j-3.0.0-RC1-sources.jar | 21 KB |
camel-web3j-3.0.0-RC1-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-web3j/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-web3j</artifactId>
<version>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-web3j/
implementation 'org.apache.camel:camel-web3j:3.0.0-RC1'
// https://jarcasting.com/artifacts/org.apache.camel/camel-web3j/
implementation ("org.apache.camel:camel-web3j:3.0.0-RC1")
'org.apache.camel:camel-web3j:jar:3.0.0-RC1'
<dependency org="org.apache.camel" name="camel-web3j" rev="3.0.0-RC1">
<artifact name="camel-web3j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-web3j', version='3.0.0-RC1')
)
libraryDependencies += "org.apache.camel" % "camel-web3j" % "3.0.0-RC1"
[org.apache.camel/camel-web3j "3.0.0-RC1"]