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