GroupId | GroupIdcom.github.taymindis |
---|---|
ArtifactId | ArtifactIdchanneling-camel-springboot |
Version | Version2.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.taymindis/channeling-camel-springboot/ -->
<dependency>
<groupId>com.github.taymindis</groupId>
<artifactId>channeling-camel-springboot</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taymindis/channeling-camel-springboot/
implementation 'com.github.taymindis:channeling-camel-springboot:2.3.1'
// https://jarcasting.com/artifacts/com.github.taymindis/channeling-camel-springboot/
implementation ("com.github.taymindis:channeling-camel-springboot:2.3.1")
'com.github.taymindis:channeling-camel-springboot:jar:2.3.1'
<dependency org="com.github.taymindis" name="channeling-camel-springboot" rev="2.3.1">
<artifact name="channeling-camel-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taymindis', module='channeling-camel-springboot', version='2.3.1')
)
libraryDependencies += "com.github.taymindis" % "channeling-camel-springboot" % "2.3.1"
[com.github.taymindis/channeling-camel-springboot "2.3.1"]