core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.smithy</groupId>
<artifactId>core</artifactId>
<version>3.24.6</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>org.mvnpm.at.smithy</groupId>
<artifactId>core</artifactId>
<version>3.24.6</version>
<name>smithy core</name>
<description>[](https://www.npmjs.com/package/@smithy/core) [](https://www.npmjs.com/package/@smithy/core)</description>
<url>https://github.com/smithy-lang/smithy-typescript/tree/main/packages/core</url>
<organization>
<name>AWS Smithy Team</name>
<url>https://github.com/smithy-lang/smithy-typescript/tree/main/packages/core</url>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
</license>
</licenses>
<developers>
<developer>
<name>trivikr-aws</name>
<email>trivikr@amazon.com</email>
</developer>
<developer>
<name>smithy-team</name>
<email>aws-javascript-sdk-team+npm@amazon.com</email>
</developer>
<developer>
<name>aws-sdk-bot</name>
<email>aws-sdk-js-automation@amazon.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/smithy-lang/smithy-typescript.git</connection>
<developerConnection>https://github.com/smithy-lang/smithy-typescript.git</developerConnection>
<url>https://github.com/smithy-lang/smithy-typescript</url>
</scm>
<issueManagement>
<url>https://github.com/smithy-lang/smithy-typescript/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.aws-crypto-crc32.version>5.2.0</org.mvnpm.at.aws-crypto-crc32.version>
<org.mvnpm-tslib.version>[2.6.2,3)</org.mvnpm-tslib.version>
<org.mvnpm.at.smithy-types.version>[4.14.3,5)</org.mvnpm.at.smithy-types.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.aws-crypto</groupId>
<artifactId>crc32</artifactId>
<version>${org.mvnpm.at.aws-crypto-crc32.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.smithy</groupId>
<artifactId>types</artifactId>
<version>${org.mvnpm.at.smithy-types.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>tslib</artifactId>
<version>${org.mvnpm-tslib.version}</version>
</dependency>
</dependencies>
</project>