Categories |
CategoriesGson Data JSON |
---|---|
GroupId | GroupIdorg.apache.camel.springboot |
ArtifactId | ArtifactIdcamel-gson-starter |
Version | Version3.4.0 |
Type | Typejar |
Filename | Size |
---|---|
camel-gson-starter-3.4.0.pom | |
camel-gson-starter-3.4.0.jar | 14 KB |
camel-gson-starter-3.4.0-sources.jar | 11 KB |
camel-gson-starter-3.4.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-gson-starter/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-gson-starter</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-gson-starter/
implementation 'org.apache.camel.springboot:camel-gson-starter:3.4.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-gson-starter/
implementation ("org.apache.camel.springboot:camel-gson-starter:3.4.0")
'org.apache.camel.springboot:camel-gson-starter:jar:3.4.0'
<dependency org="org.apache.camel.springboot" name="camel-gson-starter" rev="3.4.0">
<artifact name="camel-gson-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-gson-starter', version='3.4.0')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-gson-starter" % "3.4.0"
[org.apache.camel.springboot/camel-gson-starter "3.4.0"]