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