GroupId | GroupIdorg.debux.webmotion |
---|---|
ArtifactId | ArtifactIdwebmotion-project |
Version | Version2.3.2 |
Type | Typepom |
Filename | Size |
---|---|
webmotion-project-2.3.2.pom | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.debux.webmotion/webmotion-project/ -->
<dependency>
<groupId>org.debux.webmotion</groupId>
<artifactId>webmotion-project</artifactId>
<version>2.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.debux.webmotion/webmotion-project/
implementation 'org.debux.webmotion:webmotion-project:2.3.2'
// https://jarcasting.com/artifacts/org.debux.webmotion/webmotion-project/
implementation ("org.debux.webmotion:webmotion-project:2.3.2")
'org.debux.webmotion:webmotion-project:pom:2.3.2'
<dependency org="org.debux.webmotion" name="webmotion-project" rev="2.3.2">
<artifact name="webmotion-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.debux.webmotion', module='webmotion-project', version='2.3.2')
)
libraryDependencies += "org.debux.webmotion" % "webmotion-project" % "2.3.2"
[org.debux.webmotion/webmotion-project "2.3.2"]