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