GroupId | GroupIdorg.debux.webmotion |
---|---|
ArtifactId | ArtifactIdwebmotion-extra-spring |
Version | Version2.5.1 |
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.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.debux.webmotion/webmotion-extra-spring/
implementation 'org.debux.webmotion:webmotion-extra-spring:2.5.1'
// https://jarcasting.com/artifacts/org.debux.webmotion/webmotion-extra-spring/
implementation ("org.debux.webmotion:webmotion-extra-spring:2.5.1")
'org.debux.webmotion:webmotion-extra-spring:jar:2.5.1'
<dependency org="org.debux.webmotion" name="webmotion-extra-spring" rev="2.5.1">
<artifact name="webmotion-extra-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.debux.webmotion', module='webmotion-extra-spring', version='2.5.1')
)
libraryDependencies += "org.debux.webmotion" % "webmotion-extra-spring" % "2.5.1"
[org.debux.webmotion/webmotion-extra-spring "2.5.1"]