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