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