GroupId | GroupIdorg.apache.servicemix |
---|---|
ArtifactId | ArtifactIdservicemix-beanflow |
Version | Version3.2.1 |
Type | Typejar |
Filename | Size |
---|---|
servicemix-beanflow-3.2.1.pom | |
servicemix-beanflow-3.2.1.jar | 68 KB |
servicemix-beanflow-3.2.1-sources.jar | 39 KB |
servicemix-beanflow-3.2.1-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/servicemix-beanflow/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-beanflow</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/servicemix-beanflow/
implementation 'org.apache.servicemix:servicemix-beanflow:3.2.1'
// https://jarcasting.com/artifacts/org.apache.servicemix/servicemix-beanflow/
implementation ("org.apache.servicemix:servicemix-beanflow:3.2.1")
'org.apache.servicemix:servicemix-beanflow:jar:3.2.1'
<dependency org="org.apache.servicemix" name="servicemix-beanflow" rev="3.2.1">
<artifact name="servicemix-beanflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='servicemix-beanflow', version='3.2.1')
)
libraryDependencies += "org.apache.servicemix" % "servicemix-beanflow" % "3.2.1"
[org.apache.servicemix/servicemix-beanflow "3.2.1"]