GroupId | GroupIdcom.github.stephengold |
---|---|
ArtifactId | ArtifactIdMinie |
Version | Version3.1.0+bare |
Type | Typejar |
Filename | Size |
---|---|
Minie-3.1.0+bare.pom | |
Minie-3.1.0+bare.jar | 571 KB |
Minie-3.1.0+bare-sources.jar | 574 KB |
Minie-3.1.0+bare-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+bare</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephengold/Minie/
implementation 'com.github.stephengold:Minie:3.1.0+bare'
// https://jarcasting.com/artifacts/com.github.stephengold/Minie/
implementation ("com.github.stephengold:Minie:3.1.0+bare")
'com.github.stephengold:Minie:jar:3.1.0+bare'
<dependency org="com.github.stephengold" name="Minie" rev="3.1.0+bare">
<artifact name="Minie" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephengold', module='Minie', version='3.1.0+bare')
)
libraryDependencies += "com.github.stephengold" % "Minie" % "3.1.0+bare"
[com.github.stephengold/Minie "3.1.0+bare"]