| 组织ID: |
dk.bankdata.api |
| 项目ID: |
types |
| 版本: |
1.0.5 |
| 最后修改时间: |
2019-12-03 17:47:32 |
| 包类型: |
jar |
| 标题: |
Simple API Types |
| 描述: |
Simple types for use in implementing financial APIs |
| 相关URL: |
https://github.com/Bankdata/simple-types |
| 大小: |
9.09KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>dk.bankdata.api</groupId>
<artifactId>types</artifactId>
<version>1.0.5</version>
</dependency>
|
| Gradle引入代码: |
dk.bankdata.api:types:1.0.5
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<modelVersion>4.0.0</modelVersion>
<groupId>dk.bankdata.api</groupId>
<artifactId>types</artifactId>
<version>1.0.5</version>
<packaging>pom</packaging>
<name>Simple API Types</name>
<description>Simple types for use in implementing financial APIs</description>
<url>https://github.com/Bankdata/simple-types</url>
<scm>
<connection>scm:git:https://github.com/Bankdata/simple-types.git</connection>
<developerConnection>scm:git:https://github.com/Bankdata/simple-types.git</developerConnection>
<url>https://github.com/Bankdata/simple-types</url>
<tag>HEAD</tag>
</scm>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>lange</id>
<name>Thor Anker Kvisg氓rd Lange</name>
<email>tel@bankdata.dk</email>
<organization>Bankdata</organization>
<organizationUrl>https://www.bankdata.dk</organizationUrl>
</developer>
</developers>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
dk.bankdata.api.types.PhoneNumber.class
dk.bankdata.api.types.ProblemDetails$Builder.class
dk.bankdata.api.types.DateTimeSerializer.class
dk.bankdata.api.types.ProblemDetails.class
dk.bankdata.api.types.CurrencyAmount.class
dk.bankdata.api.types.AccountNumber.class
dk.bankdata.api.types.DateTime.class
|
| 依赖Jar: |
无
|