| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.afterturn |
| Идентификатор | Идентификаторeasypoi-annotation |
| Версия | Версия4.3.0 |
| Тип | Типjar |
| Описание |
Описаниеbase annotation
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| easypoi-annotation-4.3.0.pom | |
| easypoi-annotation-4.3.0.jar | 5 KB |
| easypoi-annotation-4.3.0-sources.jar | 8 KB |
| easypoi-annotation-4.3.0-javadoc.jar | 47 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.afterturn/easypoi-annotation/ -->
<dependency>
<groupId>cn.afterturn</groupId>
<artifactId>easypoi-annotation</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.afterturn/easypoi-annotation/
implementation 'cn.afterturn:easypoi-annotation:4.3.0'
// https://jarcasting.com/artifacts/cn.afterturn/easypoi-annotation/
implementation ("cn.afterturn:easypoi-annotation:4.3.0")
'cn.afterturn:easypoi-annotation:jar:4.3.0'
<dependency org="cn.afterturn" name="easypoi-annotation" rev="4.3.0">
<artifact name="easypoi-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.afterturn', module='easypoi-annotation', version='4.3.0')
)
libraryDependencies += "cn.afterturn" % "easypoi-annotation" % "4.3.0"
[cn.afterturn/easypoi-annotation "4.3.0"]