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