Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.bonitasoft.platform |
ArtifactId | ArtifactIdplatform-resources |
Version | Version7.8.4 |
Type | Typejar |
Filename | Size |
---|---|
platform-resources-7.8.4.pom | |
platform-resources-7.8.4.jar | 73 KB |
platform-resources-7.8.4-sources.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bonitasoft.platform/platform-resources/ -->
<dependency>
<groupId>org.bonitasoft.platform</groupId>
<artifactId>platform-resources</artifactId>
<version>7.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bonitasoft.platform/platform-resources/
implementation 'org.bonitasoft.platform:platform-resources:7.8.4'
// https://jarcasting.com/artifacts/org.bonitasoft.platform/platform-resources/
implementation ("org.bonitasoft.platform:platform-resources:7.8.4")
'org.bonitasoft.platform:platform-resources:jar:7.8.4'
<dependency org="org.bonitasoft.platform" name="platform-resources" rev="7.8.4">
<artifact name="platform-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bonitasoft.platform', module='platform-resources', version='7.8.4')
)
libraryDependencies += "org.bonitasoft.platform" % "platform-resources" % "7.8.4"
[org.bonitasoft.platform/platform-resources "7.8.4"]