GroupId | GroupIdde.hhu.stups |
---|---|
ArtifactId | ArtifactIdbmotion |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
bmotion-0.3.0.pom | |
bmotion-0.3.0.jar | 36 KB |
bmotion-0.3.0-sources.jar | 14 KB |
bmotion-0.3.0-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.hhu.stups/bmotion/ -->
<dependency>
<groupId>de.hhu.stups</groupId>
<artifactId>bmotion</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.hhu.stups/bmotion/
implementation 'de.hhu.stups:bmotion:0.3.0'
// https://jarcasting.com/artifacts/de.hhu.stups/bmotion/
implementation ("de.hhu.stups:bmotion:0.3.0")
'de.hhu.stups:bmotion:jar:0.3.0'
<dependency org="de.hhu.stups" name="bmotion" rev="0.3.0">
<artifact name="bmotion" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hhu.stups', module='bmotion', version='0.3.0')
)
libraryDependencies += "de.hhu.stups" % "bmotion" % "0.3.0"
[de.hhu.stups/bmotion "0.3.0"]