GroupId | GroupIdio.citrine |
---|---|
ArtifactId | ArtifactIdtheta_2.13 |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
theta_2.13-1.1.1.pom | |
theta_2.13-1.1.1.jar | 21 KB |
theta_2.13-1.1.1-sources.jar | 5 KB |
theta_2.13-1.1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.citrine/theta_2.13/ -->
<dependency>
<groupId>io.citrine</groupId>
<artifactId>theta_2.13</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.citrine/theta_2.13/
implementation 'io.citrine:theta_2.13:1.1.1'
// https://jarcasting.com/artifacts/io.citrine/theta_2.13/
implementation ("io.citrine:theta_2.13:1.1.1")
'io.citrine:theta_2.13:jar:1.1.1'
<dependency org="io.citrine" name="theta_2.13" rev="1.1.1">
<artifact name="theta_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.citrine', module='theta_2.13', version='1.1.1')
)
libraryDependencies += "io.citrine" % "theta_2.13" % "1.1.1"
[io.citrine/theta_2.13 "1.1.1"]