| 组织ID: |
com.blackbuild.klum.common |
| 项目ID: |
klum-common |
| 版本: |
0.6.0-rc.4 |
| 最后修改时间: |
2019-12-03 05:39:13 |
| 包类型: |
jar |
| 标题: |
KlumCommon |
| 描述: |
Common library with helpers for the KlumSuite |
| 相关URL: |
https://github.com/klum-dsl/klum-common |
| 大小: |
17.74KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.blackbuild.klum.common</groupId>
<artifactId>klum-common</artifactId>
<version>0.6.0-rc.4</version>
</dependency>
|
| Gradle引入代码: |
com.blackbuild.klum.common:klum-common:0.6.0-rc.4
|
| 下载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>com.blackbuild.klum.common</groupId>
<artifactId>klum-common</artifactId>
<version>0.6.0-rc.4</version>
<name>KlumCommon</name>
<description>Common library with helpers for the KlumSuite</description>
<developers>
<developer>
<id>pauxus</id>
<name>Stephan Pauxberger</name>
<email>stephan@blackbuild.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.12</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.intellij</groupId>
<artifactId>openapi</artifactId>
<version>7.0.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
<properties>
<nebula_Manifest_Version>1.0</nebula_Manifest_Version>
<nebula_Implementation_Title>com.blackbuild.klum.common#klum-common;0.6.0-rc.4</nebula_Implementation_Title>
<nebula_Implementation_Version>0.6.0-rc.4</nebula_Implementation_Version>
<nebula_Built_Status>integration</nebula_Built_Status>
<nebula_Built_By>stephan</nebula_Built_By>
<nebula_Built_OS>Mac OS X</nebula_Built_OS>
<nebula_Build_Date>2019-05-21_09:58:03</nebula_Build_Date>
<nebula_Gradle_Version>5.4</nebula_Gradle_Version>
<nebula_Module_Owner>stephan@blackbuild.com</nebula_Module_Owner>
<nebula_Module_Email>stephan@blackbuild.com</nebula_Module_Email>
<nebula_Module_Source></nebula_Module_Source>
<nebula_Module_Origin>git@github.com:klum-dsl/klum-common.git</nebula_Module_Origin>
<nebula_Change>112d3bf</nebula_Change>
<nebula_Branch>master</nebula_Branch>
<nebula_Build_Host>asgard.lan</nebula_Build_Host>
<nebula_Build_Job>LOCAL</nebula_Build_Job>
<nebula_Build_Number>LOCAL</nebula_Build_Number>
<nebula_Build_Id>LOCAL</nebula_Build_Id>
<nebula_Created_By>1.8.0_202-b08 (Oracle Corporation)</nebula_Created_By>
<nebula_Build_Java_Version>1.8.0_202</nebula_Build_Java_Version>
<nebula_X_Compile_Target_JDK>1.7</nebula_X_Compile_Target_JDK>
<nebula_X_Compile_Source_JDK>1.7</nebula_X_Compile_Source_JDK>
</properties>
<url>https://github.com/klum-dsl/klum-common</url>
<scm>
<url>git@github.com:klum-dsl/klum-common.git</url>
</scm>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
</license>
</licenses>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.blackbuild.klum.common.MethodBuilderException.class
com.blackbuild.klum.common.GenericsMethodBuilder$ClosureDefaultValue.class
com.blackbuild.klum.common.StronglyTypingClosureParameterVisitor.class
com.blackbuild.klum.common.MethodBuilder.class
com.blackbuild.klum.common.GenericsMethodBuilder.class
com.blackbuild.klum.common.CommonAstHelper.class
META-INF/klum-common.properties
|
| 依赖Jar: |
groovy-all-2.4.12.jar
/org.codehaus.groovy/groovy-all/2.4.12
查看groovy-all所有版本文件
openapi-7.0.3.jar
/com.intellij/openapi/7.0.3
查看openapi所有版本文件
|