License |
License |
---|---|
GroupId | GroupIdcom.tecacet |
ArtifactId | ArtifactIdkomplex |
Version | Version1.2.1 |
Type | Typejar |
Description |
DescriptionKomplex
A Kotlin module for performing complex number and complex polynomial operations
|
Project URL |
Project URL |
Project Organization |
Project OrganizationTecAceT |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
komplex-1.2.1.pom | |
komplex-1.2.1.jar | 23 KB |
komplex-1.2.1-sources.jar | 6 KB |
komplex-1.2.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tecacet/komplex/ -->
<dependency>
<groupId>com.tecacet</groupId>
<artifactId>komplex</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tecacet/komplex/
implementation 'com.tecacet:komplex:1.2.1'
// https://jarcasting.com/artifacts/com.tecacet/komplex/
implementation ("com.tecacet:komplex:1.2.1")
'com.tecacet:komplex:jar:1.2.1'
<dependency org="com.tecacet" name="komplex" rev="1.2.1">
<artifact name="komplex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tecacet', module='komplex', version='1.2.1')
)
libraryDependencies += "com.tecacet" % "komplex" % "1.2.1"
[com.tecacet/komplex "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.10 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |