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