| GroupId | GroupIdcom.languagelatte |
|---|---|
| ArtifactId | ArtifactIdsimple-chaos-spring-aop |
| Version | Version0.0.6 |
| 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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.languagelatte/simple-chaos-spring-aop/
implementation 'com.languagelatte:simple-chaos-spring-aop:0.0.6'
// https://jarcasting.com/artifacts/com.languagelatte/simple-chaos-spring-aop/
implementation ("com.languagelatte:simple-chaos-spring-aop:0.0.6")
'com.languagelatte:simple-chaos-spring-aop:jar:0.0.6'
<dependency org="com.languagelatte" name="simple-chaos-spring-aop" rev="0.0.6">
<artifact name="simple-chaos-spring-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.languagelatte', module='simple-chaos-spring-aop', version='0.0.6')
)
libraryDependencies += "com.languagelatte" % "simple-chaos-spring-aop" % "0.0.6"
[com.languagelatte/simple-chaos-spring-aop "0.0.6"]