GroupId | GroupIdorg.debux.webmotion |
---|---|
ArtifactId | ArtifactIdwikimotion |
Version | Version2.3.3 |
Type | Typewar |
Filename | Size |
---|---|
wikimotion-2.3.3.pom | |
wikimotion-2.3.3.war | 9 MB |
wikimotion-2.3.3-sources.jar | 40 KB |
wikimotion-2.3.3-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.debux.webmotion/wikimotion/ -->
<dependency>
<groupId>org.debux.webmotion</groupId>
<artifactId>wikimotion</artifactId>
<version>2.3.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.debux.webmotion/wikimotion/
implementation 'org.debux.webmotion:wikimotion:2.3.3'
// https://jarcasting.com/artifacts/org.debux.webmotion/wikimotion/
implementation ("org.debux.webmotion:wikimotion:2.3.3")
'org.debux.webmotion:wikimotion:war:2.3.3'
<dependency org="org.debux.webmotion" name="wikimotion" rev="2.3.3">
<artifact name="wikimotion" type="war" />
</dependency>
@Grapes(
@Grab(group='org.debux.webmotion', module='wikimotion', version='2.3.3')
)
libraryDependencies += "org.debux.webmotion" % "wikimotion" % "2.3.3"
[org.debux.webmotion/wikimotion "2.3.3"]