oxygen-transform_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.kalin-rudnicki</groupId> <artifactId>oxygen-transform_3</artifactId> <version>0.0.43</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>io.github.kalin-rudnicki</groupId> <artifactId>oxygen-transform_3</artifactId> <packaging>jar</packaging> <description>Transform models between api/domain, domain/db, etc</description> <url>https://github.com/Kalin-Rudnicki/Oxygen</url> <version>0.0.43</version> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <name>oxygen-transform</name> <organization> <name>io.github.kalin-rudnicki</name> <url>https://github.com/Kalin-Rudnicki/Oxygen</url> </organization> <scm> <url>https://github.com/Kalin-Rudnicki/Oxygen</url> <connection>scm:git:https://github.com/Kalin-Rudnicki/Oxygen.git</connection> <developerConnection>scm:git:git@github.com:Kalin-Rudnicki/Oxygen.git</developerConnection> </scm> <developers> <developer> <id>Kalin-Rudnicki</id> <name>Kalin Rudnicki</name> <url>https://github.com/Kalin-Rudnicki</url> <email>kalin.rudnicki@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>io.github.kalin-rudnicki</groupId> <artifactId>oxygen-meta_3</artifactId> <version>0.0.43</version> </dependency> <dependency> <groupId>io.github.kalin-rudnicki</groupId> <artifactId>oxygen-test_3</artifactId> <version>0.0.43</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.7.1</version> </dependency> </dependencies> </project>