| License |
License |
|---|---|
| GroupId | GroupIdedu.colostate.omslab |
| ArtifactId | ArtifactIdoms |
| Last Version | Last Version3.5.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOMS
Object Modeling System (OMS) is a pure Java object-oriented framework.
OMS v3.+ is a highly interoperable and lightweight modeling framework for component-based model and simulation development on multiple platforms.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| oms-3.5.12.pom | |
| oms-3.5.12.jar | 2 MB |
| oms-3.5.12-sources.jar | 415 KB |
| oms-3.5.12-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.colostate.omslab/oms/ -->
<dependency>
<groupId>edu.colostate.omslab</groupId>
<artifactId>oms</artifactId>
<version>3.5.12</version>
</dependency>
// https://jarcasting.com/artifacts/edu.colostate.omslab/oms/
implementation 'edu.colostate.omslab:oms:3.5.12'
// https://jarcasting.com/artifacts/edu.colostate.omslab/oms/
implementation ("edu.colostate.omslab:oms:3.5.12")
'edu.colostate.omslab:oms:jar:3.5.12'
<dependency org="edu.colostate.omslab" name="oms" rev="3.5.12">
<artifact name="oms" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.colostate.omslab', module='oms', version='3.5.12')
)
libraryDependencies += "edu.colostate.omslab" % "oms" % "3.5.12"
[edu.colostate.omslab/oms "3.5.12"]