r

remote-handler-parent

Remote Handler Parent
http://www.sap.com
SAP DEVELOPER LICENSE AGREEMENT
SAP
SAP SE
Files download
File Operation
remote-handler-parent-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>com.sap.ipe.ble</groupId>
  <artifactId>remote-handler-parent</artifactId>
  <version>1.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.sap.ipe.ble:remote-handler-parent:1.0.2'
Gradle Kotlin
implementation("com.sap.ipe.ble:remote-handler-parent:1.0.2")
Scala SBT
libraryDependencies += "com.sap.ipe.ble" % "remote-handler-parent" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.sap.ipe.ble', module='remote-handler-parent', version='1.0.2')
)
Apache Ivy
<dependency org="com.sap.ipe.ble" name="remote-handler-parent" rev="1.0.2" />
Leiningen
[com.sap.ipe.ble/remote-handler-parent "1.0.2"]
Apache Buildr
'com.sap.ipe.ble:remote-handler-parent:jar:1.0.2'