| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.livetheoogway.teflon |
| Идентификатор | Идентификаторteflon |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Описание |
Описаниеteflon
A utility that can be used to extract values from a string
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| teflon-1.0.0.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.livetheoogway.teflon/teflon/ -->
<dependency>
<groupId>com.livetheoogway.teflon</groupId>
<artifactId>teflon</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.livetheoogway.teflon/teflon/
implementation 'com.livetheoogway.teflon:teflon:1.0.0'
// https://jarcasting.com/artifacts/com.livetheoogway.teflon/teflon/
implementation ("com.livetheoogway.teflon:teflon:1.0.0")
'com.livetheoogway.teflon:teflon:pom:1.0.0'
<dependency org="com.livetheoogway.teflon" name="teflon" rev="1.0.0">
<artifact name="teflon" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.livetheoogway.teflon', module='teflon', version='1.0.0')
)
libraryDependencies += "com.livetheoogway.teflon" % "teflon" % "1.0.0"
[com.livetheoogway.teflon/teflon "1.0.0"]