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