| GroupId | GroupIdorg.into-cps.maestro.frameworks |
|---|---|
| ArtifactId | ArtifactIdfmi2 |
| Version | Version2.1.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fmi2-2.1.6.pom | |
| fmi2-2.1.6.jar | 48 KB |
| fmi2-2.1.6-tests.jar | 312 KB |
| fmi2-2.1.6-sources.jar | 22 KB |
| fmi2-2.1.6-javadoc.jar | 526 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.into-cps.maestro.frameworks/fmi2/ -->
<dependency>
<groupId>org.into-cps.maestro.frameworks</groupId>
<artifactId>fmi2</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps.maestro.frameworks/fmi2/
implementation 'org.into-cps.maestro.frameworks:fmi2:2.1.6'
// https://jarcasting.com/artifacts/org.into-cps.maestro.frameworks/fmi2/
implementation ("org.into-cps.maestro.frameworks:fmi2:2.1.6")
'org.into-cps.maestro.frameworks:fmi2:jar:2.1.6'
<dependency org="org.into-cps.maestro.frameworks" name="fmi2" rev="2.1.6">
<artifact name="fmi2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.into-cps.maestro.frameworks', module='fmi2', version='2.1.6')
)
libraryDependencies += "org.into-cps.maestro.frameworks" % "fmi2" % "2.1.6"
[org.into-cps.maestro.frameworks/fmi2 "2.1.6"]