| 组织ID: |
io.crnk |
| 项目ID: |
crnk-gen-typescript |
| 版本: |
2.6.20180522184741 |
| 最后修改时间: |
2019-12-29 20:35:15 |
| 包类型: |
jar |
| 标题: |
Crnk |
| 描述: |
JSON API with Crnk |
| 相关URL: |
http://wwww.crnk.io |
| 大小: |
108.02KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-gen-typescript</artifactId>
<version>2.6.20180522184741</version>
</dependency>
|
| Gradle引入代码: |
io.crnk:crnk-gen-typescript:2.6.20180522184741
|
| 下载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>io.crnk</groupId>
<artifactId>crnk-gen-typescript</artifactId>
<version>2.6.20180522184741</version>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.moowork.gradle</groupId>
<artifactId>gradle-node-plugin</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>Bismuth-RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey</groupId>
<artifactId>jersey-bom</artifactId>
<version>2.26</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.9.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-base</artifactId>
<version>2.9.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.9.5</version>
</dependency>
</dependencies>
</dependencyManagement>
<description>JSON API with Crnk</description>
<name>Crnk</name>
<url>http://wwww.crnk.io</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>crnk.io</id>
<name>crnk.io</name>
<email>info@crnk.io</email>
</developer>
</developers>
<scm>
<url>https://github.com/crnk-project/crnk-framework</url>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.crnk.gen.runtime.cdi.CdiMetaResolver.class
io.crnk.gen.runtime.cdi.CdiRunner.class
io.crnk.gen.runtime.GeneratorTrigger.class
io.crnk.gen.runtime.RuntimeClassLoaderFactory$SharedClassLoader.class
io.crnk.gen.runtime.RuntimeClassLoaderFactory.class
io.crnk.gen.runtime.RuntimeMetaResolver.class
io.crnk.gen.runtime.spring.SpringMetaResolver.class
io.crnk.gen.runtime.spring.SpringRunner.class
io.crnk.gen.runtime.spring.SpringRuntimeConfig.class
io.crnk.gen.typescript.CompileTypescriptStubsTask.class
io.crnk.gen.typescript.ForkedGenerateTypescriptTask.class
io.crnk.gen.typescript.ForkedGeneratorMain.class
io.crnk.gen.typescript.GenerateTypescriptTask.class
io.crnk.gen.typescript.internal.TSGenerator$1.class
io.crnk.gen.typescript.internal.TSGenerator$TSMetaTransformationContextImpl.class
io.crnk.gen.typescript.internal.TSGenerator.class
io.crnk.gen.typescript.internal.TSGeneratorRuntimeContext.class
io.crnk.gen.typescript.internal.TSGeneratorRuntimeContextImpl.class
io.crnk.gen.typescript.internal.TSRuntimeExtension.class
io.crnk.gen.typescript.internal.TypescriptUtils.class
io.crnk.gen.typescript.model.libraries.CrnkLibrary.class
io.crnk.gen.typescript.model.libraries.NgrxJsonApiLibrary.class
io.crnk.gen.typescript.model.TSAny.class
io.crnk.gen.typescript.model.TSArrayType.class
io.crnk.gen.typescript.model.TSClassType.class
io.crnk.gen.typescript.model.TSContainerElement.class
io.crnk.gen.typescript.model.TSContainerElementBase.class
io.crnk.gen.typescript.model.TSElement.class
io.crnk.gen.typescript.model.TSElementBase.class
io.crnk.gen.typescript.model.TSEnumLiteral.class
io.crnk.gen.typescript.model.TSEnumType.class
io.crnk.gen.typescript.model.TSExport.class
io.crnk.gen.typescript.model.TSExportedElement.class
io.crnk.gen.typescript.model.TSField.class
io.crnk.gen.typescript.model.TSFunction.class
io.crnk.gen.typescript.model.TSFunctionType.class
io.crnk.gen.typescript.model.TSImport.class
io.crnk.gen.typescript.model.TSImportExportBase.class
io.crnk.gen.typescript.model.TSIndexSignatureType.class
io.crnk.gen.typescript.model.TSInterfaceType.class
io.crnk.gen.typescript.model.TSMember.class
io.crnk.gen.typescript.model.TSModule.class
io.crnk.gen.typescript.model.TSNamedElement.class
io.crnk.gen.typescript.model.TSObjectType.class
io.crnk.gen.typescript.model.TSParameter.class
io.crnk.gen.typescript.model.TSParameterizedType.class
io.crnk.gen.typescript.model.TSPrimitiveType.class
io.crnk.gen.typescript.model.TSSource.class
io.crnk.gen.typescript.model.TSType.class
io.crnk.gen.typescript.model.TSTypeBase.class
io.crnk.gen.typescript.model.TSVisitor.class
io.crnk.gen.typescript.model.TSVisitorBase.class
io.crnk.gen.typescript.processor.TSEmptyObjectFactoryProcessor$EmptyObjectVisitor.class
io.crnk.gen.typescript.processor.TSEmptyObjectFactoryProcessor.class
io.crnk.gen.typescript.processor.TSExpressionObjectProcessor$QueryObjectVisitor.class
io.crnk.gen.typescript.processor.TSExpressionObjectProcessor.class
io.crnk.gen.typescript.processor.TSImportProcessor$1.class
io.crnk.gen.typescript.processor.TSImportProcessor.class
io.crnk.gen.typescript.processor.TSIndexFileProcessor$1.class
io.crnk.gen.typescript.processor.TSIndexFileProcessor.class
io.crnk.gen.typescript.processor.TSSourceProcessor.class
io.crnk.gen.typescript.PublishTypescriptStubsTask.class
io.crnk.gen.typescript.RuntimeMetaResolver.class
io.crnk.gen.typescript.transform.TSMetaDataObjectTransformation.class
io.crnk.gen.typescript.transform.TSMetaEnumTypeTransformation.class
io.crnk.gen.typescript.transform.TSMetaPrimitiveTypeTransformation.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
gradle-node-plugin-1.1.1.jar
/com.moowork.gradle/gradle-node-plugin/1.1.1
查看gradle-node-plugin所有版本文件
|