| Категории |
КатегорииBean Mapping Универсальные библиотеки |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторbean-mapping |
| Версия | Версия0.0.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| bean-mapping-0.0.1.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/bean-mapping/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>bean-mapping</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/bean-mapping/
implementation 'com.github.houbb:bean-mapping:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/bean-mapping/
implementation ("com.github.houbb:bean-mapping:0.0.1")
'com.github.houbb:bean-mapping:pom:0.0.1'
<dependency org="com.github.houbb" name="bean-mapping" rev="0.0.1">
<artifact name="bean-mapping" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='bean-mapping', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "bean-mapping" % "0.0.1"
[com.github.houbb/bean-mapping "0.0.1"]