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