cthul
Commons, Tools, Helpers and Utils Library
See wiki for details.
If you have a question, head over to the forum.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.cthul |
| Идентификатор | Идентификаторcthul-strings |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCthul Strings
Functions for converting strings from and to various formats,
such as roman numbers, alpha indices, Java identifiers,
and format strings.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| cthul-strings-1.0.pom | |
| cthul-strings-1.0.jar | 116 KB |
| cthul-strings-1.0-sources.jar | 59 KB |
| cthul-strings-1.0-javadoc.jar | 510 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.cthul/cthul-strings/ -->
<dependency>
<groupId>org.cthul</groupId>
<artifactId>cthul-strings</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cthul/cthul-strings/
implementation 'org.cthul:cthul-strings:1.0'
// https://jarcasting.com/artifacts/org.cthul/cthul-strings/
implementation ("org.cthul:cthul-strings:1.0")
'org.cthul:cthul-strings:jar:1.0'
<dependency org="org.cthul" name="cthul-strings" rev="1.0">
<artifact name="cthul-strings" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cthul', module='cthul-strings', version='1.0')
)
libraryDependencies += "org.cthul" % "cthul-strings" % "1.0"
[org.cthul/cthul-strings "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.cthul : cthul-matchers | jar | 1.0 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mockito : mockito-core | jar | 1.9.0 |
| junit : junit | jar | 4.8.2 |
| net.sf.twip : twip | jar | 3.3 |
Commons, Tools, Helpers and Utils Library
See wiki for details.
If you have a question, head over to the forum.