| GroupId | GroupIdedu.colostate.omslab |
|---|---|
| ArtifactId | ArtifactIdoms |
| Version | Version3.5.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| oms-3.5.7.pom | |
| oms-3.5.7.jar | 1 MB |
| oms-3.5.7-sources.jar | 415 KB |
| oms-3.5.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/edu.colostate.omslab/oms/
implementation 'edu.colostate.omslab:oms:3.5.7'
// https://jarcasting.com/artifacts/edu.colostate.omslab/oms/
implementation ("edu.colostate.omslab:oms:3.5.7")
'edu.colostate.omslab:oms:jar:3.5.7'
<dependency org="edu.colostate.omslab" name="oms" rev="3.5.7">
<artifact name="oms" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.colostate.omslab', module='oms', version='3.5.7')
)
libraryDependencies += "edu.colostate.omslab" % "oms" % "3.5.7"
[edu.colostate.omslab/oms "3.5.7"]