| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.revfactory |
| Идентификатор | Идентификаторmytext |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Описание |
Описаниеmytext
String Utility
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mytext-0.0.1.pom | |
| mytext-0.0.1.jar | 3 KB |
| mytext-0.0.1-sources.jar | 3 KB |
| mytext-0.0.1-javadoc.jar | 393 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.revfactory/mytext/ -->
<dependency>
<groupId>io.github.revfactory</groupId>
<artifactId>mytext</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.revfactory/mytext/
implementation 'io.github.revfactory:mytext:0.0.1'
// https://jarcasting.com/artifacts/io.github.revfactory/mytext/
implementation ("io.github.revfactory:mytext:0.0.1")
'io.github.revfactory:mytext:jar:0.0.1'
<dependency org="io.github.revfactory" name="mytext" rev="0.0.1">
<artifact name="mytext" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.revfactory', module='mytext', version='0.0.1')
)
libraryDependencies += "io.github.revfactory" % "mytext" % "0.0.1"
[io.github.revfactory/mytext "0.0.1"]