GroupId | GroupIdorg.apache.camel.springboot |
---|---|
ArtifactId | ArtifactIdcamel-bean-validator-starter |
Version | Version3.7.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-bean-validator-starter/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-bean-validator-starter</artifactId>
<version>3.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-bean-validator-starter/
implementation 'org.apache.camel.springboot:camel-bean-validator-starter:3.7.3'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-bean-validator-starter/
implementation ("org.apache.camel.springboot:camel-bean-validator-starter:3.7.3")
'org.apache.camel.springboot:camel-bean-validator-starter:jar:3.7.3'
<dependency org="org.apache.camel.springboot" name="camel-bean-validator-starter" rev="3.7.3">
<artifact name="camel-bean-validator-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-bean-validator-starter', version='3.7.3')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-bean-validator-starter" % "3.7.3"
[org.apache.camel.springboot/camel-bean-validator-starter "3.7.3"]