GroupId | GroupIdio.citrine |
---|---|
ArtifactId | ArtifactIdtheta |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
theta-0.2.1.pom | |
theta-0.2.1.jar | 31 KB |
theta-0.2.1-sources.jar | 5 KB |
theta-0.2.1-javadoc.jar | 379 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.citrine/theta/ -->
<dependency>
<groupId>io.citrine</groupId>
<artifactId>theta</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.citrine/theta/
implementation 'io.citrine:theta:0.2.1'
// https://jarcasting.com/artifacts/io.citrine/theta/
implementation ("io.citrine:theta:0.2.1")
'io.citrine:theta:jar:0.2.1'
<dependency org="io.citrine" name="theta" rev="0.2.1">
<artifact name="theta" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.citrine', module='theta', version='0.2.1')
)
libraryDependencies += "io.citrine" % "theta" % "0.2.1"
[io.citrine/theta "0.2.1"]