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