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