scalar-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.scalar.maven</groupId>
<artifactId>scalar-core</artifactId>
<version>0.6.34</version>
</dependency><?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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.scalar.maven</groupId>
<artifactId>scalar-core</artifactId>
<version>0.6.34</version>
<name>Scalar API Reference Core</name>
<description>Core framework-agnostic module for Scalar API Reference</description>
<url>https://github.com/scalar/scalar/scalar-core</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>scalar</id>
<name>Scalar</name>
<email>support@scalar.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/scalar/scalar.git/scalar-core</connection>
<developerConnection>scm:git:git@github.com/scalar/scalar.git/scalar-core</developerConnection>
<url>https://github.com/scalar/scalar/scalar-core</url>
</scm>
<distributionManagement>
<repository>
<id>central</id>
<name>Maven Central Release Repository</name>
<url>https://central.sonatype.com/api/v1/publish</url>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.19.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.10.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>