gcp-auth-pureconfig_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.permutive</groupId> <artifactId>gcp-auth-pureconfig_3</artifactId> <version>1.2.0</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>com.permutive</groupId> <artifactId>gcp-auth-pureconfig_3</artifactId> <packaging>jar</packaging> <description>Methods to authenticate with Google services over HTTP</description> <url>https://github.com/permutive-engineering/gcp-auth</url> <version>1.2.0</version> <licenses> <license> <name>Apache-2.0</name> <url>https://api.github.com/licenses/apache-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>gcp-auth-pureconfig</name> <inceptionYear>2024</inceptionYear> <organization> <name>Permutive Ltd.</name> <url>https://permutive.com</url> </organization> <scm> <url>https://github.com/permutive-engineering/gcp-auth</url> <connection>scm:git:https://github.com/permutive-engineering/gcp-auth.git</connection> <developerConnection>scm:git:git@github.com:permutive-engineering/gcp-auth.git</developerConnection> </scm> <developers> <developer> <id>alejandrohdezma</id> <name>Alejandro Hernández</name> <url>https://github.com/alejandrohdezma</url> <email>info@alejandrohdezma.com</email> </developer> </developers> <properties> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>com.permutive</groupId> <artifactId>gcp-auth_3</artifactId> <version>1.2.0</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.4</version> </dependency> <dependency> <groupId>com.github.pureconfig</groupId> <artifactId>pureconfig-core_3</artifactId> <version>0.17.7</version> </dependency> <dependency> <groupId>com.alejandrohdezma</groupId> <artifactId>http4s-munit_3</artifactId> <version>1.1.0</version> <scope>test</scope> </dependency> </dependencies> </project>