f

flowupdater-optifineplugin

Add-on for FlowUpdater to download OptiFine from the official website.
https://github.com/FlowArg/FlowUpdater
GNU General Public License v3.0
Flow Arg
Files download
File Operation
flowupdater-optifineplugin-2.0.0.jar download
flowupdater-optifineplugin-2.0.0.pom download
flowupdater-optifineplugin-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.flowarg</groupId>
  <artifactId>flowupdater-optifineplugin</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'fr.flowarg:flowupdater-optifineplugin:2.0.0'
Gradle Kotlin
implementation("fr.flowarg:flowupdater-optifineplugin:2.0.0")
Scala SBT
libraryDependencies += "fr.flowarg" % "flowupdater-optifineplugin" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='fr.flowarg', module='flowupdater-optifineplugin', version='2.0.0')
)
Apache Ivy
<dependency org="fr.flowarg" name="flowupdater-optifineplugin" rev="2.0.0" />
Leiningen
[fr.flowarg/flowupdater-optifineplugin "2.0.0"]
Apache Buildr
'fr.flowarg:flowupdater-optifineplugin:jar:2.0.0'