no.ntnu.ihb.fmi4j.fmu-export
Owner: Lars Ivar Hatledal
A plugin for exporting FMUs from Java code
https://github.com/NTNU-IHB/FMI4j
Sources: https://github.com/NTNU-IHB/FMI4j
Version 0.34.7
0.34.7
Created 24 November 2020.
A plugin for exporting FMUs from Java code
Add this plugin to your build using the plugins DSL:
plugins {
id("no.ntnu.ihb.fmi4j.fmu-export") version "0.34.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("no.ntnu.ihb.fmi4j:fmu-plugin:0.34.7") } } apply(plugin = "no.ntnu.ihb.fmi4j.fmu-export")
- Applying plugins to all subprojects .