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