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