| Категории |
КатегорииSquare Прикладные библиотеки Financial |
|---|---|
| Группа | Группаeu.trisquare |
| Идентификатор | Идентификаторbytemapper |
| Версия | Версия1.0-RC3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bytemapper-1.0-RC3.pom | |
| bytemapper-1.0-RC3.jar | 21 KB |
| bytemapper-1.0-RC3-sources.jar | 17 KB |
| bytemapper-1.0-RC3-javadoc.jar | 90 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/eu.trisquare/bytemapper/ -->
<dependency>
<groupId>eu.trisquare</groupId>
<artifactId>bytemapper</artifactId>
<version>1.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/eu.trisquare/bytemapper/
implementation 'eu.trisquare:bytemapper:1.0-RC3'
// https://jarcasting.com/artifacts/eu.trisquare/bytemapper/
implementation ("eu.trisquare:bytemapper:1.0-RC3")
'eu.trisquare:bytemapper:jar:1.0-RC3'
<dependency org="eu.trisquare" name="bytemapper" rev="1.0-RC3">
<artifact name="bytemapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.trisquare', module='bytemapper', version='1.0-RC3')
)
libraryDependencies += "eu.trisquare" % "bytemapper" % "1.0-RC3"
[eu.trisquare/bytemapper "1.0-RC3"]