Download JAR files tagged by touch with all dependencies
jwebmp-blueimp-gallery from group com.jwebmp.jre10 (version 0.59.0.14)
blueimp Gallery is a touch-enabled, responsive and customizable image and video gallery,
carousel and lightbox, optimized for both mobile and desktop web browsers.
It features swipe, mouse and keyboard navigation, transition effects, slideshow functionality,
fullscreen support and on-demand content loading.
https://blueimp.github.io/Gallery/
Group: com.jwebmp.jre10 Artifact: jwebmp-blueimp-gallery
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact jwebmp-blueimp-gallery
Group com.jwebmp.jre10
Version 0.59.0.14
Last update 23. September 2018
Organization not specified
URL https://github.com/GedMarc/JWebMP-BlueImpGallery
License not specified
Dependencies amount 10
Dependencies jwebmp-core, guiced-injection, jwebmp-log-master, jwebmp-interception, guiced-servlets, jackson-databind, junit-jupiter-api, assertj-core, mockito-core, hamcrest-all,
There are maybe transitive dependencies!
Group com.jwebmp.jre10
Version 0.59.0.14
Last update 23. September 2018
Organization not specified
URL https://github.com/GedMarc/JWebMP-BlueImpGallery
License not specified
Dependencies amount 10
Dependencies jwebmp-core, guiced-injection, jwebmp-log-master, jwebmp-interception, guiced-servlets, jackson-databind, junit-jupiter-api, assertj-core, mockito-core, hamcrest-all,
There are maybe transitive dependencies!
aipark-api from group de.aipark.api (version 30.06)
AIPARK offers detailed parking information for more than 1.8 Mio parking areas in Germany
with nationwide coverage. Additionally, accurate occupancy predictions are derived using data from
a network of more than 5 million smartphones. Use the AIPARK API Explorer application to try out and
test the interface. Please send a request via email if you are a developer and require an API key.
We'll be in touch with you shortly. This application is provided via a demo backend environment.
Please note that API load tests do not reflect the performance of the productive system.
Mail: [email protected]
0 downloads
Artifact aipark-api
Group de.aipark.api
Version 30.06
Last update 14. March 2019
Organization not specified
URL http://developer.aipark.de/
License The Apache License, Version 2.0
Dependencies amount 8
Dependencies okhttp, converter-jackson, adapter-rxjava, retrofit, jts-core, jackson-databind, jackson-datatype-jts, springfox-swagger2,
There are maybe transitive dependencies!
Group de.aipark.api
Version 30.06
Last update 14. March 2019
Organization not specified
URL http://developer.aipark.de/
License The Apache License, Version 2.0
Dependencies amount 8
Dependencies okhttp, converter-jackson, adapter-rxjava, retrofit, jts-core, jackson-databind, jackson-datatype-jts, springfox-swagger2,
There are maybe transitive dependencies!
aiparkandroidsdk from group de.aipark.android.sdk (version 3001)
AIPARK offers detailed parking information for more than 1.8 Mio parking areas in Germany with nationwide coverage. Additionally, accurate occupancy predictions are derived using data from a network of more than 5 million smartphones. Use the AIPARK API Explorer application to try out and test the interface. Please send a request via email if you are a developer and require an API key. We'll be in touch with you shortly. This application is provided via a demo backend environment. Please note that API load tests do not reflect the performance of the productive system. Mail: [email protected]
Group: de.aipark.android.sdk Artifact: aiparkandroidsdk
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact aiparkandroidsdk
Group de.aipark.android.sdk
Version 3001
Last update 02. March 2019
Organization not specified
URL https://github.com/AIPARK-Open-Source/AiparkAndroidSDK
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies appcompat-v7, play-services-maps, play-services-location, google-maps-services, aipark-api, rxandroid,
There are maybe transitive dependencies!
Group de.aipark.android.sdk
Version 3001
Last update 02. March 2019
Organization not specified
URL https://github.com/AIPARK-Open-Source/AiparkAndroidSDK
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies appcompat-v7, play-services-maps, play-services-location, google-maps-services, aipark-api, rxandroid,
There are maybe transitive dependencies!
litte-nanny-download-api from group com.routing4you (version 1.2)
Group: com.routing4you Artifact: litte-nanny-download-api
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
toniclf from group net.sf.squirrel-sql.thirdparty-non-maven (version 1.0.5)
This is the tonic look-and-feel packaged to be distributed with the SQuirreLSQL client.
This pluggable look and feel is a free substitute for the default native look and feel of Swing,
'Metal', distributed under the GNU Lesser General Public License. Metal lacks both in usability and
aesthetics. It contains considerable graphical noise, distracting the user from the key elements of
the GUI.
Tonic, on the other hand, tries to provide a clean, balanced look and an improved feel. Tonic is
available free of charge both for commercial and non-commercial applications. It lends a
professional touch and a very tidy and clean interface to your Swing based applications.
Artifact toniclf
Group net.sf.squirrel-sql.thirdparty-non-maven
Version 1.0.5
Last update 03. October 2009
Organization not specified
URL http://www.digitprop.com/tonic/tonic.php
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.sf.squirrel-sql.thirdparty-non-maven
Version 1.0.5
Last update 03. October 2009
Organization not specified
URL http://www.digitprop.com/tonic/tonic.php
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
netbeans-textlint from group com.junichi11.netbeans.modules (version 1.1.0)
This plugin provides support for textlint.
<h3>What’s the textlint?</h3>
<p>See <a href="https://github.com/textlint/textlint">https://github.com/textlint/textlint</a></p>
<h3>Usage</h3>
<h4>Install textlint and rules</h4>
<p>Of course, it assumes that nodejs and npm are installed.</p>
<p>e.g.</p>
<pre><code>$ mkdir txtlint
$ cd txtlint
$ npm init
$ npm install textlint --save-dev
$ npm install textlint-rule-max-ten textlint-rule-spellcheck-tech-word textlint-rule-no-mix-dearu-desumasu --save-dev
</code></pre>
<h4>Create .textlintrc</h4>
<pre><code>$ touch .textlintrc
</code></pre>
<pre><code class="json">{
"rules": {
"max-ten": {
"max": 3
},
"spellcheck-tech-word": true,
"no-mix-dearu-desumasu": true
}
}
</code></pre>
<p>You can also set parameters to Options (see below).</p>
<h4>Set textlint and .textlintrc paths</h4>
<p>Set paths to the Options (see below).</p>
<p>e.g.</p>
<ul>
<li>textlint Path: /path/to/txtlint/node_modules/.bin/textlint (textlint.cmd in Windows)</li>
<li>.textlintrc Path: /path/to/textlint/.textlintrc</li>
</ul>
<h4>Open Action Items window</h4>
<ul>
<li>Click Window > Action Items.</li>
<li>Click “Show action items for currently edited file only” icon.</li>
<li>Open your markdown or text file.</li>
</ul>
<h3>Options</h3>
<p>Tools > Options > Editor > textlint</p>
<ul>
<li>textlint Path: Absolute path to textlint</li>
<li>.textlintrc Path: Absolute path to .textlintrc</li>
<li>Options : You can set options for the textlint command</li>
<li>Enable in HTML files: To use the html plugin, you can check this</li>
<li>Refresh on Save: To scan the document on save, you can check this (Checked by default)</li>
<li>Show Annotations: To show annotations in the glyph gutter, you can check this (Checked by default)</li>
</ul>
<h3>Actions</h3>
<h4>Fix</h4>
<p>You have to save your file before you run this action.<br/>
If there is a fixable rule’s error, you can fix it. Right-click an item > Click <code>Fix</code>.<br/>
To refresh items, your document is saved once.</p>
<h4>Fix All</h4>
<p>You have to save your file before you run this action.<br/>
If there are fixable rule’s errors, you can fix them. Right-click an item > Click <code>Fix All</code>.<br/>
This action runs <code>textlint --fix</code> command.</p>
<h4>Refresh</h4>
<p>You can refresh results forcibly by the following action: Right-click your editor > Click "textlint Refresh".</p>
<p>You can also set the shortcut key(Tools > Options > Keymap). </p>
<h3>NOTE</h3>
<ul>
<li>The plugin scans only current file.</li>
<li>The plugin does not refresh results automatically. Please save your file or run the refresh action.</li>
<li>Use <code>UTF-8</code> as file encoding and <code>LF</code> as line endings.</li>
<li>This plugin may not work properly in Windows. (Please try to check above.)</li>
<li>If you cannot get expected results, just try to run the <code>textlint</code> commands once in your CLI.</li>
</ul>
Artifact netbeans-textlint
Group com.junichi11.netbeans.modules
Version 1.1.0
Last update 21. June 2020
Organization not specified
URL https://github.com/junichi11/netbeans-textlint-plugin
License Apache License, Version 2.0
Dependencies amount 23
Dependencies commons-lang3, gson, org-netbeans-api-annotations-common, org-netbeans-spi-tasklist, org-openide-filesystems, org-openide-util-lookup, org-netbeans-modules-extexecution, org-netbeans-modules-extexecution-base, org-openide-windows, org-openide-io, org-netbeans-modules-editor-lib2, org-openide-text, org-netbeans-modules-csl-api, org-netbeans-modules-editor-lib, org-openide-loaders, org-openide-dialogs, org-openide-util, org-openide-nodes, org-openide-util-ui, org-netbeans-modules-options-api, org-openide-awt, org-openide-filesystems-nb, org-netbeans-api-progress,
There are maybe transitive dependencies!
Group com.junichi11.netbeans.modules
Version 1.1.0
Last update 21. June 2020
Organization not specified
URL https://github.com/junichi11/netbeans-textlint-plugin
License Apache License, Version 2.0
Dependencies amount 23
Dependencies commons-lang3, gson, org-netbeans-api-annotations-common, org-netbeans-spi-tasklist, org-openide-filesystems, org-openide-util-lookup, org-netbeans-modules-extexecution, org-netbeans-modules-extexecution-base, org-openide-windows, org-openide-io, org-netbeans-modules-editor-lib2, org-openide-text, org-netbeans-modules-csl-api, org-netbeans-modules-editor-lib, org-openide-loaders, org-openide-dialogs, org-openide-util, org-openide-nodes, org-openide-util-ui, org-netbeans-modules-options-api, org-openide-awt, org-openide-filesystems-nb, org-netbeans-api-progress,
There are maybe transitive dependencies!
Page 14 from 14 (items total 136)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy