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