Files download
File Operation
fix-plugin-macosx64-0.3.10.pom download
fix-plugin-macosx64-0.3.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.saveourtool.save</groupId>
  <artifactId>fix-plugin-macosx64</artifactId>
  <version>0.3.10</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.saveourtool.save:fix-plugin-macosx64:0.3.10'
Gradle Kotlin
implementation("com.saveourtool.save:fix-plugin-macosx64:0.3.10")
Scala SBT
libraryDependencies += "com.saveourtool.save" % "fix-plugin-macosx64" % "0.3.10"
Groovy Grape
@Grapes(
  @Grab(group='com.saveourtool.save', module='fix-plugin-macosx64', version='0.3.10')
)
Apache Ivy
<dependency org="com.saveourtool.save" name="fix-plugin-macosx64" rev="0.3.10" />
Leiningen
[com.saveourtool.save/fix-plugin-macosx64 "0.3.10"]
Apache Buildr
'com.saveourtool.save:fix-plugin-macosx64:jar:0.3.10'