| Группа | Группаcom.github.stephengold |
|---|---|
| Идентификатор | ИдентификаторMinie |
| Версия | Версия3.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| Minie-3.1.0.pom | |
| Minie-3.1.0.jar | 14 MB |
| Minie-3.1.0-sources.jar | 574 KB |
| Minie-3.1.0-javadoc.jar | 884 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.stephengold/Minie/ -->
<dependency>
<groupId>com.github.stephengold</groupId>
<artifactId>Minie</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephengold/Minie/
implementation 'com.github.stephengold:Minie:3.1.0'
// https://jarcasting.com/artifacts/com.github.stephengold/Minie/
implementation ("com.github.stephengold:Minie:3.1.0")
'com.github.stephengold:Minie:jar:3.1.0'
<dependency org="com.github.stephengold" name="Minie" rev="3.1.0">
<artifact name="Minie" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephengold', module='Minie', version='3.1.0')
)
libraryDependencies += "com.github.stephengold" % "Minie" % "3.1.0"
[com.github.stephengold/Minie "3.1.0"]