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