GroupId | GroupIdcom.github.stephengold |
---|---|
ArtifactId | ArtifactIdMinie |
Version | Version3.1.0+debug |
Type | Typejar |
Filename | Size |
---|---|
Minie-3.1.0+debug.pom | |
Minie-3.1.0+debug.jar | 72 MB |
Minie-3.1.0+debug-sources.jar | 574 KB |
Minie-3.1.0+debug-javadoc.jar | 884 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephengold/Minie/ -->
<dependency>
<groupId>com.github.stephengold</groupId>
<artifactId>Minie</artifactId>
<version>3.1.0+debug</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephengold/Minie/
implementation 'com.github.stephengold:Minie:3.1.0+debug'
// https://jarcasting.com/artifacts/com.github.stephengold/Minie/
implementation ("com.github.stephengold:Minie:3.1.0+debug")
'com.github.stephengold:Minie:jar:3.1.0+debug'
<dependency org="com.github.stephengold" name="Minie" rev="3.1.0+debug">
<artifact name="Minie" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephengold', module='Minie', version='3.1.0+debug')
)
libraryDependencies += "com.github.stephengold" % "Minie" % "3.1.0+debug"
[com.github.stephengold/Minie "3.1.0+debug"]