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