| GroupId | GroupIdcom.languagelatte |
|---|---|
| ArtifactId | ArtifactIdsimple-chaos-spring-aop |
| Version | Version0.0.7 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.languagelatte/simple-chaos-spring-aop/ -->
<dependency>
<groupId>com.languagelatte</groupId>
<artifactId>simple-chaos-spring-aop</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.languagelatte/simple-chaos-spring-aop/
implementation 'com.languagelatte:simple-chaos-spring-aop:0.0.7'
// https://jarcasting.com/artifacts/com.languagelatte/simple-chaos-spring-aop/
implementation ("com.languagelatte:simple-chaos-spring-aop:0.0.7")
'com.languagelatte:simple-chaos-spring-aop:jar:0.0.7'
<dependency org="com.languagelatte" name="simple-chaos-spring-aop" rev="0.0.7">
<artifact name="simple-chaos-spring-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.languagelatte', module='simple-chaos-spring-aop', version='0.0.7')
)
libraryDependencies += "com.languagelatte" % "simple-chaos-spring-aop" % "0.0.7"
[com.languagelatte/simple-chaos-spring-aop "0.0.7"]