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