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