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