| GroupId | GroupIdcom.colorfulsoftware |
|---|---|
| ArtifactId | ArtifactIdatomsphere |
| Version | Version3.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| atomsphere-3.0.2.pom | |
| atomsphere-3.0.2.jar | 87 KB |
| atomsphere-3.0.2-test-sources.jar | 37 KB |
| atomsphere-3.0.2-sources.jar | 72 KB |
| atomsphere-3.0.2-javadoc.jar | 178 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.colorfulsoftware/atomsphere/ -->
<dependency>
<groupId>com.colorfulsoftware</groupId>
<artifactId>atomsphere</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.colorfulsoftware/atomsphere/
implementation 'com.colorfulsoftware:atomsphere:3.0.2'
// https://jarcasting.com/artifacts/com.colorfulsoftware/atomsphere/
implementation ("com.colorfulsoftware:atomsphere:3.0.2")
'com.colorfulsoftware:atomsphere:jar:3.0.2'
<dependency org="com.colorfulsoftware" name="atomsphere" rev="3.0.2">
<artifact name="atomsphere" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.colorfulsoftware', module='atomsphere', version='3.0.2')
)
libraryDependencies += "com.colorfulsoftware" % "atomsphere" % "3.0.2"
[com.colorfulsoftware/atomsphere "3.0.2"]