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