| License |
License |
|---|---|
| GroupId | GroupIdedu.nps.moves |
| ArtifactId | ArtifactIdopen-dis |
| Version | Version5.0 |
| Type | Typejar |
| Description |
DescriptionOpen-DIS
An open source implementation of the Distributed Interactive Simulation (DIS) IEEE-1278 protocol
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| open-dis-5.0.pom | |
| open-dis-5.0.jar | 750 KB |
| open-dis-5.0-sources.jar | 697 KB |
| open-dis-5.0-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.nps.moves/open-dis/ -->
<dependency>
<groupId>edu.nps.moves</groupId>
<artifactId>open-dis</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.nps.moves/open-dis/
implementation 'edu.nps.moves:open-dis:5.0'
// https://jarcasting.com/artifacts/edu.nps.moves/open-dis/
implementation ("edu.nps.moves:open-dis:5.0")
'edu.nps.moves:open-dis:jar:5.0'
<dependency org="edu.nps.moves" name="open-dis" rev="5.0">
<artifact name="open-dis" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.nps.moves', module='open-dis', version='5.0')
)
libraryDependencies += "edu.nps.moves" % "open-dis" % "5.0"
[edu.nps.moves/open-dis "5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| edu.nps.moves : dis-enums | jar | 1.1 |
| org.sedris : srm | jar | 4.4.0 |
| org.apache.commons : commons-math3 | jar | 3.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |