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