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