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