| GroupId | GroupIdcom.languagelatte |
|---|---|
| ArtifactId | ArtifactIdsimple-chaos-spring |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| simple-chaos-spring-1.0.0.pom | |
| simple-chaos-spring-1.0.0.jar | 7 KB |
| simple-chaos-spring-1.0.0-sources.jar | 5 KB |
| simple-chaos-spring-1.0.0-javadoc.jar | 118 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.languagelatte/simple-chaos-spring/ -->
<dependency>
<groupId>com.languagelatte</groupId>
<artifactId>simple-chaos-spring</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.languagelatte/simple-chaos-spring/
implementation 'com.languagelatte:simple-chaos-spring:1.0.0'
// https://jarcasting.com/artifacts/com.languagelatte/simple-chaos-spring/
implementation ("com.languagelatte:simple-chaos-spring:1.0.0")
'com.languagelatte:simple-chaos-spring:jar:1.0.0'
<dependency org="com.languagelatte" name="simple-chaos-spring" rev="1.0.0">
<artifact name="simple-chaos-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.languagelatte', module='simple-chaos-spring', version='1.0.0')
)
libraryDependencies += "com.languagelatte" % "simple-chaos-spring" % "1.0.0"
[com.languagelatte/simple-chaos-spring "1.0.0"]