не последняя версия
Последняя версия 0.2.3

com.github.lbovolini:ObjectMapper 0.0.1

Maps an object to another via getters and setters methods

Группа

Группа

com.github.lbovolini
Идентификатор

Идентификатор

ObjectMapper
Версия

Версия

0.0.1
Тип

Тип

jar

Скачать ObjectMapper 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.lbovolini/ObjectMapper/ -->
<dependency>
    <groupId>com.github.lbovolini</groupId>
    <artifactId>ObjectMapper</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lbovolini/ObjectMapper/
implementation 'com.github.lbovolini:ObjectMapper:0.0.1'
// https://jarcasting.com/artifacts/com.github.lbovolini/ObjectMapper/
implementation ("com.github.lbovolini:ObjectMapper:0.0.1")
'com.github.lbovolini:ObjectMapper:jar:0.0.1'
<dependency org="com.github.lbovolini" name="ObjectMapper" rev="0.0.1">
  <artifact name="ObjectMapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lbovolini', module='ObjectMapper', version='0.0.1')
)
libraryDependencies += "com.github.lbovolini" % "ObjectMapper" % "0.0.1"
[com.github.lbovolini/ObjectMapper "0.0.1"]