| 组织ID: |
io.crnk |
| 项目ID: |
crnk-gen-typescript |
| 版本: |
2.2.20171019140632 |
| 最后修改时间: |
2019-11-30 08:15:20 |
| 包类型: |
jar |
| 标题: |
crnk-gen-typescript |
| 描述: |
JSON API framework for Java |
| 相关URL: |
http://www.crnk.io |
| 大小: |
97.36KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-gen-typescript</artifactId>
<version>2.2.20171019140632</version>
</dependency>
|
| Gradle引入代码: |
io.crnk:crnk-gen-typescript:2.2.20171019140632
|
| 下载Jar包: |
|
| POM文件内容: |
<?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="http://maven.apache.org/POM/4.0.0"
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.2.20171019140632</version>
<name>crnk-gen-typescript</name>
<description>JSON API framework for Java</description>
<url>http://www.crnk.io</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>crnk.io</id>
<name>crnk.io</name>
<email>info@crnk.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/crnk-project/crnk-framework.git</connection>
<developerConnection>scm:git:git@github.com:crnk-project/crnk-framework.git</developerConnection>
<url>https://github.com/crnk-project/crnk-framework</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/crnk-project/crml-framework/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.moowork.gradle</groupId>
<artifactId>gradle-node-plugin</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-core</artifactId>
<version>2.2.20171019140632</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-meta</artifactId>
<version>2.2.20171019140632</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.deltaspike.modules</groupId>
<artifactId>deltaspike-test-control-module-api</artifactId>
<version>1.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>2.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-test</artifactId>
<version>2.2.20171019140632</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-cdi</artifactId>
<version>2.2.20171019140632</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.deltaspike.core</groupId>
<artifactId>deltaspike-core-impl</artifactId>
<version>1.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.deltaspike.modules</groupId>
<artifactId>deltaspike-test-control-module-impl</artifactId>
<version>1.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.deltaspike.cdictrl</groupId>
<artifactId>deltaspike-cdictrl-weld</artifactId>
<version>1.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
<version>2.4.0.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.crnk.gen.runtime.deltaspike.DeltaspikeMetaResolver.class
io.crnk.gen.runtime.deltaspike.DeltaspikeTypescriptGenerator.class
io.crnk.gen.runtime.deltaspike.DeltaspikeRunner.class
io.crnk.gen.runtime.RuntimeMetaResolver.class
io.crnk.gen.runtime.RuntimeClassLoaderFactory.class
io.crnk.gen.runtime.RuntimeClassLoaderFactory$SharedClassLoader.class
io.crnk.gen.runtime.GeneratorTrigger.class
io.crnk.gen.typescript.CompileTypescriptStubsTask.class
io.crnk.gen.typescript.TSGeneratorPlugin$1.class
io.crnk.gen.typescript.TSNpmConfiguration.class
io.crnk.gen.typescript.TSGeneratorPlugin$3.class
io.crnk.gen.typescript.internal.TSGeneratorRuntimeContextImpl.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.TypescriptUtils.class
io.crnk.gen.typescript.internal.TSGenerator$1.class
io.crnk.gen.typescript.transform.TSMetaTransformationContext.class
io.crnk.gen.typescript.transform.TSMetaPrimitiveTypeTransformation.class
io.crnk.gen.typescript.transform.TSMetaDataObjectTransformation.class
io.crnk.gen.typescript.transform.TSMetaResourceRepositoryTransformation.class
io.crnk.gen.typescript.transform.TSMetaTransformationOptions.class
io.crnk.gen.typescript.transform.TSMetaEnumTypeTransformation.class
io.crnk.gen.typescript.transform.TSMetaTransformation.class
io.crnk.gen.typescript.TSGeneratorPlugin.class
io.crnk.gen.typescript.TSGeneratorPlugin$2.class
io.crnk.gen.typescript.TSGeneratorExtension.class
io.crnk.gen.typescript.processor.TSImportProcessor$1.class
io.crnk.gen.typescript.processor.TSExpressionObjectProcessor.class
io.crnk.gen.typescript.processor.TSImportProcessor.class
io.crnk.gen.typescript.processor.TSExpressionObjectProcessor$QueryObjectVisitor.class
io.crnk.gen.typescript.processor.TSIndexFileProcessor$1.class
io.crnk.gen.typescript.processor.TSSourceProcessor.class
io.crnk.gen.typescript.processor.TSEmptyObjectFactoryProcessor$EmptyObjectVisitor.class
io.crnk.gen.typescript.processor.TSEmptyObjectFactoryProcessor.class
io.crnk.gen.typescript.processor.TSIndexFileProcessor.class
io.crnk.gen.typescript.TSRuntimeConfiguration.class
io.crnk.gen.typescript.RuntimeMetaResolver.class
io.crnk.gen.typescript.PublishTypescriptStubsTask.class
io.crnk.gen.typescript.model.TSClassType.class
io.crnk.gen.typescript.model.TSVisitor.class
io.crnk.gen.typescript.model.TSFunction.class
io.crnk.gen.typescript.model.TSEnumType.class
io.crnk.gen.typescript.model.TSType.class
io.crnk.gen.typescript.model.TSObjectType.class
io.crnk.gen.typescript.model.libraries.CrnkLibrary.class
io.crnk.gen.typescript.model.libraries.NgrxJsonApiLibrary.class
io.crnk.gen.typescript.model.TSFunctionType.class
io.crnk.gen.typescript.model.TSExportedElement.class
io.crnk.gen.typescript.model.TSTypeBase.class
io.crnk.gen.typescript.model.TSImport.class
io.crnk.gen.typescript.model.TSMember.class
io.crnk.gen.typescript.model.TSAny.class
io.crnk.gen.typescript.model.TSParameterizedType.class
io.crnk.gen.typescript.model.TSArrayType.class
io.crnk.gen.typescript.model.TSParameter.class
io.crnk.gen.typescript.model.TSContainerElement.class
io.crnk.gen.typescript.model.TSContainerElementBase.class
io.crnk.gen.typescript.model.TSSource.class
io.crnk.gen.typescript.model.TSInterfaceType.class
io.crnk.gen.typescript.model.TSImportExportBase.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
gradle-node-plugin-1.1.1.jar
/com.moowork.gradle/gradle-node-plugin/1.1.1
查看gradle-node-plugin所有版本文件
crnk-core-2.2.20171019140632.jar
/io.crnk/crnk-core/2.2.20171019140632
查看crnk-core所有版本文件
crnk-meta-2.2.20171019140632.jar
/io.crnk/crnk-meta/2.2.20171019140632
查看crnk-meta所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
deltaspike-test-control-module-api-1.7.1.jar
/org.apache.deltaspike.modules/deltaspike-test-control-module-api/1.7.1
查看deltaspike-test-control-module-api所有版本文件
javaee-api-7.0.jar
/javax/javaee-api/7.0
查看javaee-api所有版本文件
mockito-core-1.10.19.jar
/org.mockito/mockito-core/1.10.19
查看mockito-core所有版本文件
assertj-core-2.2.0.jar
/org.assertj/assertj-core/2.2.0
查看assertj-core所有版本文件
crnk-test-2.2.20171019140632.jar
/io.crnk/crnk-test/2.2.20171019140632
查看crnk-test所有版本文件
crnk-cdi-2.2.20171019140632.jar
/io.crnk/crnk-cdi/2.2.20171019140632
查看crnk-cdi所有版本文件
commons-io-2.5.jar
/commons-io/commons-io/2.5
查看commons-io所有版本文件
deltaspike-core-impl-1.7.1.jar
/org.apache.deltaspike.core/deltaspike-core-impl/1.7.1
查看deltaspike-core-impl所有版本文件
deltaspike-test-control-module-impl-1.7.1.jar
/org.apache.deltaspike.modules/deltaspike-test-control-module-impl/1.7.1
查看deltaspike-test-control-module-impl所有版本文件
deltaspike-cdictrl-weld-1.7.1.jar
/org.apache.deltaspike.cdictrl/deltaspike-cdictrl-weld/1.7.1
查看deltaspike-cdictrl-weld所有版本文件
weld-se-core-2.4.0.Final.jar
/org.jboss.weld.se/weld-se-core/2.4.0.Final
查看weld-se-core所有版本文件
|