| GroupId | GroupIdedu.nps.moves |
|---|---|
| ArtifactId | ArtifactIdopen-dis |
| Version | Version4.08 |
| Type | Typejar |
| Filename | Size |
|---|---|
| open-dis-4.08.pom | |
| open-dis-4.08.jar | 756 KB |
| open-dis-4.08-sources.jar | 719 KB |
| open-dis-4.08-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>4.08</version>
</dependency>
// https://jarcasting.com/artifacts/edu.nps.moves/open-dis/
implementation 'edu.nps.moves:open-dis:4.08'
// https://jarcasting.com/artifacts/edu.nps.moves/open-dis/
implementation ("edu.nps.moves:open-dis:4.08")
'edu.nps.moves:open-dis:jar:4.08'
<dependency org="edu.nps.moves" name="open-dis" rev="4.08">
<artifact name="open-dis" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.nps.moves', module='open-dis', version='4.08')
)
libraryDependencies += "edu.nps.moves" % "open-dis" % "4.08"
[edu.nps.moves/open-dis "4.08"]