Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.bonitasoft.maven |
ArtifactId | ArtifactIdbonita-project-report-model |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.bonitasoft.maven/bonita-project-report-model/ -->
<dependency>
<groupId>org.bonitasoft.maven</groupId>
<artifactId>bonita-project-report-model</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bonitasoft.maven/bonita-project-report-model/
implementation 'org.bonitasoft.maven:bonita-project-report-model:0.0.2'
// https://jarcasting.com/artifacts/org.bonitasoft.maven/bonita-project-report-model/
implementation ("org.bonitasoft.maven:bonita-project-report-model:0.0.2")
'org.bonitasoft.maven:bonita-project-report-model:jar:0.0.2'
<dependency org="org.bonitasoft.maven" name="bonita-project-report-model" rev="0.0.2">
<artifact name="bonita-project-report-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bonitasoft.maven', module='bonita-project-report-model', version='0.0.2')
)
libraryDependencies += "org.bonitasoft.maven" % "bonita-project-report-model" % "0.0.2"
[org.bonitasoft.maven/bonita-project-report-model "0.0.2"]