atbp-traceviz_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ph.samson.atbp</groupId> <artifactId>atbp-traceviz_3</artifactId> <version>4</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>ph.samson.atbp</groupId> <artifactId>atbp-traceviz_3</artifactId> <packaging>jar</packaging> <description>atbp-traceviz</description> <url>https://github.com/esamson/atbp</url> <version>4</version> <licenses> <license> <name>AGPL-3.0-or-later</name> <url>https://spdx.org/licenses/AGPL-3.0-or-later.html</url> <distribution>repo</distribution> </license> </licenses> <name>atbp-traceviz</name> <inceptionYear>2024</inceptionYear> <organization> <name>Edward Samson</name> <url>https://github.com/esamson/atbp</url> </organization> <scm> <url>https://github.com/esamson/atbp</url> <connection>scm:git:https://github.com/esamson/atbp.git</connection> <developerConnection>scm:git:git@github.com:esamson/atbp.git</developerConnection> </scm> <developers> <developer> <id>esamson</id> <name>Edward Samson</name> <url>https://edward.samson.ph</url> <email>edward@samson.ph</email> </developer> </developers> <properties> <info.versionScheme>semver-spec</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.7.1</version> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio_3</artifactId> <version>2.1.19</version> </dependency> <dependency> <groupId>com.github.pathikrit</groupId> <artifactId>better-files_3</artifactId> <version>3.9.2</version> </dependency> <dependency> <groupId>com.github.tototoshi</groupId> <artifactId>scala-csv_3</artifactId> <version>2.0.0</version> </dependency> </dependencies> </project>