| License | License | 
|---|---|
| Categories | CategoriesAtomix Application Layer Libs Distributed Applications | 
| GroupId | GroupIdorg.ogce | 
| ArtifactId | ArtifactIdatomixmiser | 
| Last Version | Last Version0.9.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionatomixmiser atomixmiser library developed Extreme Computing Lab, Indiana University | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| atomixmiser-0.9.4.pom | |
| atomixmiser-0.9.4.jar | 58 KB | 
| atomixmiser-0.9.4-sources.jar | 556 bytes | 
| atomixmiser-0.9.4-javadoc.jar | 556 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.ogce/atomixmiser/ -->
<dependency>
    <groupId>org.ogce</groupId>
    <artifactId>atomixmiser</artifactId>
    <version>0.9.4</version>
</dependency>// https://jarcasting.com/artifacts/org.ogce/atomixmiser/
implementation 'org.ogce:atomixmiser:0.9.4'// https://jarcasting.com/artifacts/org.ogce/atomixmiser/
implementation ("org.ogce:atomixmiser:0.9.4")'org.ogce:atomixmiser:jar:0.9.4'<dependency org="org.ogce" name="atomixmiser" rev="0.9.4">
  <artifact name="atomixmiser" type="jar" />
</dependency>@Grapes(
@Grab(group='org.ogce', module='atomixmiser', version='0.9.4')
)libraryDependencies += "org.ogce" % "atomixmiser" % "0.9.4"[org.ogce/atomixmiser "0.9.4"]