在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:robovm/robovm-robopods开源软件地址:https://github.com/robovm/robovm-robopods开源编程语言:Java 76.1%开源软件介绍:RoboPodsRoboPods are high-quality RoboVM code libraries and bindings for the most popular 3rd party services like social media integration, ad networks or crash reporting. Just add a RoboPod dependency to your project and you are ready-to-go! Do you want to add in-app-purchases, display dialogs, or just store some preferences in your app in a cross-platform way? Look no further, RoboPods Plugins are here to help! The RoboPods Plugins are cross-platform libraries that abstract platform specific functionality to a common API. Add the dependencies to your project and start coding without thinking about platform-specific implementations! UsageA RoboPod comes in form of a simple JAR file published to Maven Central so you can easily integrate it with Maven or Gradle. Just add a depencency to your Maven or Gradle build files and you are ready to go! VersioningIt is recommended that you define the RoboPods version number globally in your build system, so you can refer to that when adding dependencies. GradleIn your project's root buildscript {
project.ext.robopodsVersion = "1.14.0"
} When you add a dependency, you can refer to the variable like this: dependencies {
... other dependencies ...
compile "org.robovm:robopods-facebook-ios:$robopodsVersion"
} MavenIn your project's root
When you add a dependency, you can refer to the variable like this:
Current versionsThe RoboPods follow the same versioning as the core of RoboVM. To prevent compatibility issues make sure that you use the same version for the RoboPods and RoboVM. The current stable version is:
If you want to use the latest and greatest of every RoboPod, use the latest snapshot version for your dependencies:
List of RoboPodsThis is the list of currently available RoboPods. Click them to get more information like install instructions.
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论