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