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