| Группа | Группаcom.github.stefanbirkner |
|---|---|
| Идентификатор | Идентификаторfilter-tools |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| filter-tools-1.0.0.pom | |
| filter-tools-1.0.0.jar | 8 KB |
| filter-tools-1.0.0-sources.jar | 4 KB |
| filter-tools-1.0.0-javadoc.jar | 75 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.stefanbirkner/filter-tools/ -->
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>filter-tools</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefanbirkner/filter-tools/
implementation 'com.github.stefanbirkner:filter-tools:1.0.0'
// https://jarcasting.com/artifacts/com.github.stefanbirkner/filter-tools/
implementation ("com.github.stefanbirkner:filter-tools:1.0.0")
'com.github.stefanbirkner:filter-tools:jar:1.0.0'
<dependency org="com.github.stefanbirkner" name="filter-tools" rev="1.0.0">
<artifact name="filter-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stefanbirkner', module='filter-tools', version='1.0.0')
)
libraryDependencies += "com.github.stefanbirkner" % "filter-tools" % "1.0.0"
[com.github.stefanbirkner/filter-tools "1.0.0"]