GroupId | GroupIdio.hawt.example.services |
---|---|
ArtifactId | ArtifactIdexample-camel |
Version | Version1.4.5 |
Type | Typejar |
Filename | Size |
---|---|
example-camel-1.4.5.pom | |
example-camel-1.4.5.jar | 2 KB |
example-camel-1.4.5-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.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.hawt.example.services/example-camel/
implementation 'io.hawt.example.services:example-camel:1.4.5'
// https://jarcasting.com/artifacts/io.hawt.example.services/example-camel/
implementation ("io.hawt.example.services:example-camel:1.4.5")
'io.hawt.example.services:example-camel:jar:1.4.5'
<dependency org="io.hawt.example.services" name="example-camel" rev="1.4.5">
<artifact name="example-camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hawt.example.services', module='example-camel', version='1.4.5')
)
libraryDependencies += "io.hawt.example.services" % "example-camel" % "1.4.5"
[io.hawt.example.services/example-camel "1.4.5"]