GroupId | GroupIdio.hawt.example.services |
---|---|
ArtifactId | ArtifactIdexample-camel |
Version | Version1.5.11 |
Type | Typejar |
Filename | Size |
---|---|
example-camel-1.5.11.pom | |
example-camel-1.5.11.jar | 3 KB |
example-camel-1.5.11-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hawt.example.services/example-camel/ -->
<dependency>
<groupId>io.hawt.example.services</groupId>
<artifactId>example-camel</artifactId>
<version>1.5.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.hawt.example.services/example-camel/
implementation 'io.hawt.example.services:example-camel:1.5.11'
// https://jarcasting.com/artifacts/io.hawt.example.services/example-camel/
implementation ("io.hawt.example.services:example-camel:1.5.11")
'io.hawt.example.services:example-camel:jar:1.5.11'
<dependency org="io.hawt.example.services" name="example-camel" rev="1.5.11">
<artifact name="example-camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hawt.example.services', module='example-camel', version='1.5.11')
)
libraryDependencies += "io.hawt.example.services" % "example-camel" % "1.5.11"
[io.hawt.example.services/example-camel "1.5.11"]