| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.sworisbreathing |
| Идентификатор | Идентификаторsfmf4j |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSFMF4J: Simple File Monitor Facade For Java
SFMF4J is a simple file monitoring facade for Java. It attempts to do for
file monitoring what SLF4J does for logging, which is to abstract away the
API from the interface, such that library developers can write code
against a file monitoring solution without forcing an application
developer to use any particular file monitoring implementation.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| sfmf4j-1.0.pom | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sworisbreathing/sfmf4j/ -->
<dependency>
<groupId>com.github.sworisbreathing</groupId>
<artifactId>sfmf4j</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sworisbreathing/sfmf4j/
implementation 'com.github.sworisbreathing:sfmf4j:1.0'
// https://jarcasting.com/artifacts/com.github.sworisbreathing/sfmf4j/
implementation ("com.github.sworisbreathing:sfmf4j:1.0")
'com.github.sworisbreathing:sfmf4j:pom:1.0'
<dependency org="com.github.sworisbreathing" name="sfmf4j" rev="1.0">
<artifact name="sfmf4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sworisbreathing', module='sfmf4j', version='1.0')
)
libraryDependencies += "com.github.sworisbreathing" % "sfmf4j" % "1.0"
[com.github.sworisbreathing/sfmf4j "1.0"]