GroupId | GroupIdbio.singa |
---|---|
ArtifactId | ArtifactIdsinga-chemistry |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
singa-chemistry-0.6.0.pom | |
singa-chemistry-0.6.0.jar | 136 KB |
singa-chemistry-0.6.0-sources.jar | 73 KB |
singa-chemistry-0.6.0-javadoc.jar | 590 KB |
Browse |
<!-- https://jarcasting.com/artifacts/bio.singa/singa-chemistry/ -->
<dependency>
<groupId>bio.singa</groupId>
<artifactId>singa-chemistry</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/bio.singa/singa-chemistry/
implementation 'bio.singa:singa-chemistry:0.6.0'
// https://jarcasting.com/artifacts/bio.singa/singa-chemistry/
implementation ("bio.singa:singa-chemistry:0.6.0")
'bio.singa:singa-chemistry:jar:0.6.0'
<dependency org="bio.singa" name="singa-chemistry" rev="0.6.0">
<artifact name="singa-chemistry" type="jar" />
</dependency>
@Grapes(
@Grab(group='bio.singa', module='singa-chemistry', version='0.6.0')
)
libraryDependencies += "bio.singa" % "singa-chemistry" % "0.6.0"
[bio.singa/singa-chemistry "0.6.0"]