GroupId | GroupIdorg.apache.servicemix.tooling |
---|---|
ArtifactId | ArtifactIdservicemix-ftp-service-unit |
Version | Version2011.02 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.tooling/servicemix-ftp-service-unit/ -->
<dependency>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>servicemix-ftp-service-unit</artifactId>
<version>2011.02</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.tooling/servicemix-ftp-service-unit/
implementation 'org.apache.servicemix.tooling:servicemix-ftp-service-unit:2011.02'
// https://jarcasting.com/artifacts/org.apache.servicemix.tooling/servicemix-ftp-service-unit/
implementation ("org.apache.servicemix.tooling:servicemix-ftp-service-unit:2011.02")
'org.apache.servicemix.tooling:servicemix-ftp-service-unit:jar:2011.02'
<dependency org="org.apache.servicemix.tooling" name="servicemix-ftp-service-unit" rev="2011.02">
<artifact name="servicemix-ftp-service-unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.tooling', module='servicemix-ftp-service-unit', version='2011.02')
)
libraryDependencies += "org.apache.servicemix.tooling" % "servicemix-ftp-service-unit" % "2011.02"
[org.apache.servicemix.tooling/servicemix-ftp-service-unit "2011.02"]