License |
License |
---|---|
GroupId | GroupIdcom.yomahub |
ArtifactId | ArtifactIdaspect-log |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionaspect-log
a lightweight log aspect framework
|
Project URL |
Project URL |
Filename | Size |
---|---|
aspect-log-1.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yomahub/aspect-log/ -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>aspect-log</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/aspect-log/
implementation 'com.yomahub:aspect-log:1.2'
// https://jarcasting.com/artifacts/com.yomahub/aspect-log/
implementation ("com.yomahub:aspect-log:1.2")
'com.yomahub:aspect-log:pom:1.2'
<dependency org="com.yomahub" name="aspect-log" rev="1.2">
<artifact name="aspect-log" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='aspect-log', version='1.2')
)
libraryDependencies += "com.yomahub" % "aspect-log" % "1.2"
[com.yomahub/aspect-log "1.2"]