Nitro Pro (64-bit)

最新版本 Gradle 6.1

Gradle 6.1

Gradle 6.1
使用 Nitro Pro 64 位,輕鬆處理 PDF 文件和數字文檔,從桌面到雲端。 Nitro 幫助您輕鬆創建幾乎任何文件格式的行業標準 PDF 文件。共享是無縫的:任何在 Nitro Pro 中創建的 PDF 都可以在任何機器上打開和查看,並且可以按照您的預期顯示.

Nitro Pro 可以讓您快速創建,轉換,合併,編輯,簽名和共享 100%行業標準 PDF 文件獲得優異的結果和節省。它為您提供了一套功能強大的易於使用的工具,使數字文檔的工作變得簡單,直接,而且更具成本效益。下載 Windows 的 Nitro Pro 離線安裝程序設置.



從個人用戶到大型企業,Nitro Pro 64 位為用戶提供了更智能,更快速工作的工具。探索更多強大的功能,加快企業創建,準備和簽署文件的方式.

創建通用兼容 PDF
生成兼容 Adobe 的 100%行業標準 PDF 和 PDF / A 文件。雜技演員® 使用任何 PDF 閱讀器,任何人都可以在任何設備上查看.

輕鬆轉換 PDF 文件
專業地使用您喜歡的程序修改內容。將 PDF 文件轉換為 Word,Excel,Outlook 和 PowerPoint 文件,或者直接從 Office 創建 PDF。

編輯 PDF 文件,如 pro
處理文本,更改字體,自定義佈局等等。光學字符識別(OCR)可讓您將掃描的文檔轉換為可搜索和可編輯的 PDF 文件.

查看與協作者的 PDF 文件
Nitro 提供了一系列易於使用的標記和修訂工具,可確保准確的版本控制.

填寫,簽名並保護 PDF
Nitro 使您輕鬆以填寫,簽署,保護和認證 PDF 文檔,這意味著您的機密信息仍然安全.

從任何地方開展工作
Nitro 的雲服務可以加快從任何設備的協作。轉換,壓縮,合併,共享和 eSign 您的文件在旅途中,只需使用 Web 瀏覽器。

注意:14 天試用版.

ScreenShot

軟體資訊
檔案版本 Gradle 6.1

檔案名稱 gradle-6.1-all.zip
檔案大小 132 MB
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 未分類
作者 Nitro Software, Inc.
官網 https://www.gonitro.com/pro
更新日期 2020-01-16
更新日誌

What's new in this version:

Improvements for plugin authors:
- Finalize property value only when the value is queried
- In previous Gradle releases, certain Gradle types, such as Property or ConfigurableFileCollection, provided a finalizeValue() method that eagerly calculated the final value for a property and prevented further changes
- When a task starts running, Gradle automatically finalizes task properties of these types, so that the same value is seen by the task's actions and Gradle's build caching/up-to-date checks. This also avoids calculating the property value multiple times, which can sometimes be expensive. Plugins can also use finalizeValue() to finalize other properties, such as a property of a project extension, just prior to querying the value.
- In this release, these types gain a new finalizeValueOnRead() method. This method is similar to finalizeValue(), except that the final value is calculated when the value is queried rather than immediately. Plugins can use this method when a property value may be expensive to calculate or when the value may not have been configured to ensure that all consumers of the property see the same, final, value from that point onwards.
- Please see the user manual for more details

New managed property types:
- Gradle 5.5 introduced the concept of a managed property for tasks and other types, where Gradle provides an implementation of the getter and setter for an abstract property defined on a task, project extension, or other custom type. This simplifies plugin implementations by removing a bunch of boilerplate.
In this release, it is possible for a task or other custom type to have an abstract read-only property of type DomainObjectSet<T>.
- Please see the user manual for more details.

New factory methods:
The ObjectFactory type, which plugins and other custom types use to create instances of various useful types, has several new factory methods to create certain Gradle types that could only be created using internal APIs in previous releases:
- The polymorphicDomainObjectContainer() method to create ExtensiblePolymorphicDomainObjectContainer<T> instances
- The namedDomainObjectSet() method to create NamedDomainObjectSet<T> instances
- The namedDomainObjectList() method to create NamedDomainObjectList<T> instances

Improvements for Gradle tooling providers:
- Tooling API: TestLauncher can run specific Test task tests
- The TestLauncher interface in the Tooling API could already launch tests by specifying the name of the test classes or methods; however, if there are multiple Test tasks, then all Test tasks would be executed.
- For IDEs, developers usually want to execute only one task at a time. Gradle 6.1 introduces a new API to execute tests with specific Test task using the withTaskAndTestClasses() and withTaskAndTestMethods() methods.

Gradle 6.1 相關參考資料
Gradle 6.0-rc-1 Release Notes - Gradle User Manual

Java 6 and 7 can still be used for compilation and forked test execution. Just like Gradle 5.x, any supported version of Java can be used for compile or test.

https://docs.gradle.org

Gradle 6.1 Release Notes - Gradle User Manual

The Gradle team is excited to announce Gradle 6.1. This release supports a relocatable dependency cache, makes compilation order between Java, Groovy and&nbsp;...

https://docs.gradle.org

Gradle 6.1-milestone-1 Release Notes - Gradle User Manual

The Gradle team is excited to announce Gradle 6.1-milestone-1. This release features 1, 2, ... n, and more. We would like to thank the following community&nbsp;...

https://docs.gradle.org

Gradle 6.1-milestone-3 Release Notes - Gradle User Manual

The Gradle team is excited to announce Gradle 6.1-milestone-3. This release features 1, 2, ... n, and more. We would like to thank the following community&nbsp;...

https://docs.gradle.org

Gradle 6.1-rc-1 Release Notes - Gradle User Manual

The Gradle team is excited to announce Gradle 6.1-rc-1. This release supports a relocatable dependency cache, makes compilation order between Java,&nbsp;...

https://docs.gradle.org

Gradle 6.1-rc-2 Release Notes - Gradle User Manual

The Gradle team is excited to announce Gradle 6.1-rc-2. This release supports a relocatable dependency cache, makes compilation order between Java,&nbsp;...

https://docs.gradle.org

Gradle 6.1-rc-3 Release Notes - Gradle User Manual

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.1-rc-3. For Java, Groovy&nbsp;...

https://docs.gradle.org

Installation - Gradle

Installation. The current Gradle release is 6.1. You can download binaries and view docs for all Gradle versions from the releases page. Prerequisites; Additional&nbsp;...

https://gradle.org

Version 6.1 - Gradle User Manual

Run gradle wrapper --gradle-version 6.1 to update the project to 6.1. ... For Gradle 6, usage of the build scan plugin must be replaced with the Gradle Enterprise&nbsp;...

https://docs.gradle.org

What's new in Gradle 6.0 - Gradle

New features in Gradle 6.0 since version 5.0. Plugin development, dependency management, Groovy incremental compilation.

https://gradle.org