Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.apache.servicemix |
ArtifactId | ArtifactIdplatforms |
Version | Version3.2.2 |
Type | Typepom |
Filename | Size |
---|---|
platforms-3.2.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/platforms/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>platforms</artifactId>
<version>3.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/platforms/
implementation 'org.apache.servicemix:platforms:3.2.2'
// https://jarcasting.com/artifacts/org.apache.servicemix/platforms/
implementation ("org.apache.servicemix:platforms:3.2.2")
'org.apache.servicemix:platforms:pom:3.2.2'
<dependency org="org.apache.servicemix" name="platforms" rev="3.2.2">
<artifact name="platforms" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='platforms', version='3.2.2')
)
libraryDependencies += "org.apache.servicemix" % "platforms" % "3.2.2"
[org.apache.servicemix/platforms "3.2.2"]