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