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