GroupId | GroupIdorg.ocelotds |
---|---|
ArtifactId | ArtifactIdocelot-extra-spring |
Version | Version2.10.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ocelotds/ocelot-extra-spring/ -->
<dependency>
<groupId>org.ocelotds</groupId>
<artifactId>ocelot-extra-spring</artifactId>
<version>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ocelotds/ocelot-extra-spring/
implementation 'org.ocelotds:ocelot-extra-spring:2.10.0'
// https://jarcasting.com/artifacts/org.ocelotds/ocelot-extra-spring/
implementation ("org.ocelotds:ocelot-extra-spring:2.10.0")
'org.ocelotds:ocelot-extra-spring:jar:2.10.0'
<dependency org="org.ocelotds" name="ocelot-extra-spring" rev="2.10.0">
<artifact name="ocelot-extra-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ocelotds', module='ocelot-extra-spring', version='2.10.0')
)
libraryDependencies += "org.ocelotds" % "ocelot-extra-spring" % "2.10.0"
[org.ocelotds/ocelot-extra-spring "2.10.0"]