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