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