journey-coded
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.atmaramnaik</groupId>
<artifactId>journey-coded</artifactId>
<version>0.0.7</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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.atmaramnaik</groupId>
<artifactId>journey-coded</artifactId>
<version>0.0.7</version>
<name>Coded Journey Helper Library</name>
<description>Coded Journey Helper Library</description>
<url>https://atmaramnaik.github.io/journey</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>atmaramnaik</id>
<name>Atmaram Naik</name>
<email>naik_atmaram@yahoo.com</email>
<organization>org.apache.maven.model.Organization@d0b4284</organization>
<organizationUrl>https://www.thoughtworks.com/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/atmaramnaik/journey-code.git</connection>
<developerConnection>scm:git:https://github.com/atmaramnaik/journey-code.git</developerConnection>
<url>scm:git:https://github.com/atmaramnaik/journey-code.git/master</url>
</scm>
<dependencies>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.atmaramnaik</groupId>
<artifactId>journey-journey</artifactId>
<version>0.0.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.atmaramnaik</groupId>
<artifactId>journey-template</artifactId>
<version>0.0.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.atmaramnaik</groupId>
<artifactId>journey-core</artifactId>
<version>0.0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.12.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.27.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>