| Group ID: |
io.github.thernal |
| Artifact ID: |
console-components |
| Version: |
0.2.8 |
| Last modified: |
16.07.2026 07:49 |
| Packaging: |
pom.sha512 |
| Name: |
console-components |
| Description: |
Console KMP — console-components |
| URL: |
https://github.com/Thernal/Console |
|
|
| Size: |
27.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/github/thernal/console-components/0.2.8/console-components-0.2.8.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.thernal</groupId>
<artifactId>console-components</artifactId>
<version>0.2.8</version>
<name>console-components</name>
<description>Console KMP — console-components</description>
<url>https://github.com/Thernal/Console</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>hhumbetovv</id>
<name>Humbat Humbatov</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/Thernal/Console.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Thernal/Console.git</developerConnection>
<url>https://github.com/Thernal/Console</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.thernal</groupId>
<artifactId>console-foundation</artifactId>
<version>0.2.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.ui</groupId>
<artifactId>ui</artifactId>
<version>1.10.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.foundation</groupId>
<artifactId>foundation</artifactId>
<version>1.10.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.runtime</groupId>
<artifactId>runtime</artifactId>
<version>1.10.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.material3</groupId>
<artifactId>material3</artifactId>
<version>1.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.material</groupId>
<artifactId>material-icons-extended</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>io.github.thernal</groupId>
<artifactId>console-components</artifactId>
<version>0.2.8</version>
</dependency>
|
| Gradle: |
io.github.thernal:console-components:0.2.8 |
| Dependencies: |
-
[JAR]
console-foundation-0.2.8.jar
in io/github/thernal/console-foundation/0.2.8
-
[JAR]
foundation-1.10.3.jar
in org/jetbrains/compose/foundation/foundation/1.10.3
-
[JAR]
kotlin-stdlib-2.4.0.jar
in org/jetbrains/kotlin/kotlin-stdlib/2.4.0
-
[JAR]
material-icons-extended-1.7.3.jar
in org/jetbrains/compose/material/material-icons-extended/1.7.3
-
[JAR]
material3-1.9.0.jar
in org/jetbrains/compose/material3/material3/1.9.0
-
[JAR]
runtime-1.10.3.jar
in org/jetbrains/compose/runtime/runtime/1.10.3
-
[JAR]
ui-1.10.3.jar
in org/jetbrains/compose/ui/ui/1.10.3
|
| Dependency Graph: |
Show
Less
More
|