| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.sf.okapi.filters |
| Идентификатор | Идентификаторokapi-filter-regex |
| Версия | Версия1.40.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| okapi-filter-regex-1.40.0.pom | |
| okapi-filter-regex-1.40.0.jar | 19 KB |
| okapi-filter-regex-1.40.0-tests.jar | 23 KB |
| okapi-filter-regex-1.40.0-sources.jar | 14 KB |
| okapi-filter-regex-1.40.0-javadoc.jar | 46 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.okapi.filters/okapi-filter-regex/ -->
<dependency>
<groupId>net.sf.okapi.filters</groupId>
<artifactId>okapi-filter-regex</artifactId>
<version>1.40.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.okapi.filters/okapi-filter-regex/
implementation 'net.sf.okapi.filters:okapi-filter-regex:1.40.0'
// https://jarcasting.com/artifacts/net.sf.okapi.filters/okapi-filter-regex/
implementation ("net.sf.okapi.filters:okapi-filter-regex:1.40.0")
'net.sf.okapi.filters:okapi-filter-regex:jar:1.40.0'
<dependency org="net.sf.okapi.filters" name="okapi-filter-regex" rev="1.40.0">
<artifact name="okapi-filter-regex" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.okapi.filters', module='okapi-filter-regex', version='1.40.0')
)
libraryDependencies += "net.sf.okapi.filters" % "okapi-filter-regex" % "1.40.0"
[net.sf.okapi.filters/okapi-filter-regex "1.40.0"]