| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторcommons-text |
| Версия | Версия1.2.2.1-jre17 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| commons-text-1.2.2.1-jre17.pom | |
| commons-text-1.2.2.1-jre17.jar | 217 KB |
| commons-text-1.2.2.1-jre17-sources.jar | 247 KB |
| commons-text-1.2.2.1-jre17-javadoc.jar | 659 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/commons-text/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>commons-text</artifactId>
<version>1.2.2.1-jre17</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/commons-text/
implementation 'com.guicedee.services:commons-text:1.2.2.1-jre17'
// https://jarcasting.com/artifacts/com.guicedee.services/commons-text/
implementation ("com.guicedee.services:commons-text:1.2.2.1-jre17")
'com.guicedee.services:commons-text:jar:1.2.2.1-jre17'
<dependency org="com.guicedee.services" name="commons-text" rev="1.2.2.1-jre17">
<artifact name="commons-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='commons-text', version='1.2.2.1-jre17')
)
libraryDependencies += "com.guicedee.services" % "commons-text" % "1.2.2.1-jre17"
[com.guicedee.services/commons-text "1.2.2.1-jre17"]