Download JAR files tagged by location with all dependencies
klocation-android from group io.github.the-best-is-best (version 1.0.6)
KLocation is a Kotlin Multiplatform (KMP) or Compose Multiplatform (CMP) library designed to simplify retrieving the current location and handling location updates in Android and iOS. It provides a unified API for accessing location services across platforms, enabling developers to focus on building location-aware features without worrying about platform-specific implementations.
Group: io.github.the-best-is-best Artifact: klocation-android
Show all versions Show documentation
Show all versions Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact klocation-android
Group io.github.the-best-is-best
Version 1.0.6
Last update 20. December 2024
Organization not specified
URL https://github.com/the-best-is-best/klocation
License Apache-2.0
Dependencies amount 1
Dependencies kotlin-stdlib,
There are maybe transitive dependencies!
Group io.github.the-best-is-best
Version 1.0.6
Last update 20. December 2024
Organization not specified
URL https://github.com/the-best-is-best/klocation
License Apache-2.0
Dependencies amount 1
Dependencies kotlin-stdlib,
There are maybe transitive dependencies!
google-cloud-beyondcorp-appconnections from group com.google.cloud (version 0.53.0)
BeyondCorp AppConnections is Google's implementation of the zero trust model. It builds upon a decade of experience at Google, combined with ideas and best practices from the community. By shifting access controls from the network perimeter to individual users, BeyondCorp enables secure work from virtually any location without the need for a traditional VPN.
Group: com.google.cloud Artifact: google-cloud-beyondcorp-appconnections
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact google-cloud-beyondcorp-appconnections
Group com.google.cloud
Version 0.53.0
Last update 16. December 2024
Organization Google LLC
URL https://github.com/googleapis/google-cloud-java
License Apache-2.0
Dependencies amount 42
Dependencies grpc-api, grpc-context, jsr305, error_prone_annotations, grpc-stub, grpc-protobuf, grpc-protobuf-lite, api-common, auto-value-annotations, auto-value, javax.annotation-api, protobuf-java, proto-google-common-protos, proto-google-cloud-beyondcorp-appconnections-v1, guava, failureaccess, listenablefuture, checker-qual, j2objc-annotations, gax, google-auth-library-credentials, opencensus-api, google-auth-library-oauth2-http, google-http-client, httpclient, commons-logging, commons-codec, httpcore, opencensus-contrib-http-util, google-http-client-gson, gson, gax-grpc, grpc-alts, grpc-grpclb, conscrypt-openjdk-uber, grpc-auth, grpc-netty-shaded, grpc-core, grpc-google-common-protos, proto-google-iam-v1, grpc-google-iam-v1, threetenbp,
There are maybe transitive dependencies!
Group com.google.cloud
Version 0.53.0
Last update 16. December 2024
Organization Google LLC
URL https://github.com/googleapis/google-cloud-java
License Apache-2.0
Dependencies amount 42
Dependencies grpc-api, grpc-context, jsr305, error_prone_annotations, grpc-stub, grpc-protobuf, grpc-protobuf-lite, api-common, auto-value-annotations, auto-value, javax.annotation-api, protobuf-java, proto-google-common-protos, proto-google-cloud-beyondcorp-appconnections-v1, guava, failureaccess, listenablefuture, checker-qual, j2objc-annotations, gax, google-auth-library-credentials, opencensus-api, google-auth-library-oauth2-http, google-http-client, httpclient, commons-logging, commons-codec, httpcore, opencensus-contrib-http-util, google-http-client-gson, gson, gax-grpc, grpc-alts, grpc-grpclb, conscrypt-openjdk-uber, grpc-auth, grpc-netty-shaded, grpc-core, grpc-google-common-protos, proto-google-iam-v1, grpc-google-iam-v1, threetenbp,
There are maybe transitive dependencies!
sdk from group cloud.pace (version 25.0.0)
PACE Cloud SDK is a client SDK that allows your app to easily connect to PACE's Connected Fueling. The SDK consists of the IDKit to manage the OpenID (OID) authorization and general session flow with its token handling. It also consists of the AppKit, with which you can fetch and display location based apps, apps by URL or ID. Furthermore it contains the POIKit, which allows you to fetch Point of Interests (e.g. gas stations).
Group: cloud.pace Artifact: sdk
Show all versions Show documentation
Show all versions Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sdk
Group cloud.pace
Version 25.0.0
Last update 16. October 2024
Organization not specified
URL https://github.com/pace/cloud-sdk-android
License The MIT License (MIT)
Dependencies amount 41
Dependencies kotlinx-coroutines-android, kotlinx-coroutines-play-services, core-ktx, appcompat, constraintlayout, preference-ktx, fragment-ktx, lifecycle-livedata-ktx, lifecycle-process, biometric, browser, android-maps-utils, protobuf-javalite, play-services-wallet, converter-moshi, converter-gson, adapter-rxjava3, logging-interceptor, moshi-kotlin, moshi-adapters, gson, kotlin-onetimepassword, commons-codec, timber, animation, foundation, material, ui-tooling-preview, lifecycle-runtime-compose, coil-compose, play-services-location, play-services-maps, koin-android, koin-androidx-compose, koin-core, retrofit, rxjava, rxandroid, appauth, viewbinding, kotlin-stdlib,
There are maybe transitive dependencies!
Group cloud.pace
Version 25.0.0
Last update 16. October 2024
Organization not specified
URL https://github.com/pace/cloud-sdk-android
License The MIT License (MIT)
Dependencies amount 41
Dependencies kotlinx-coroutines-android, kotlinx-coroutines-play-services, core-ktx, appcompat, constraintlayout, preference-ktx, fragment-ktx, lifecycle-livedata-ktx, lifecycle-process, biometric, browser, android-maps-utils, protobuf-javalite, play-services-wallet, converter-moshi, converter-gson, adapter-rxjava3, logging-interceptor, moshi-kotlin, moshi-adapters, gson, kotlin-onetimepassword, commons-codec, timber, animation, foundation, material, ui-tooling-preview, lifecycle-runtime-compose, coil-compose, play-services-location, play-services-maps, koin-android, koin-androidx-compose, koin-core, retrofit, rxjava, rxandroid, appauth, viewbinding, kotlin-stdlib,
There are maybe transitive dependencies!
orange-servlet from group cat.inspiracio (version 5.0.0)
Orange Servlet provides HTML templating with server-side Java.
OrangeServlet is a servlet that is registered on *.html.
It reads the html file at the right location according to URL.
It renders the file as html, executing some scripting:
* data-if="E" attributes for server-side conditional,
* data-for="T x : E" attributes for server-side loops,
* data-import="C" attributes for server-side class imports,
* data-substitute="file.html" substitute an element with the processed contents of a file,
* ${expressions} in element bodies and attribute values.
0 downloads
Artifact orange-servlet
Group cat.inspiracio
Version 5.0.0
Last update 18. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies dummy-servlet,
There are maybe transitive dependencies!
Group cat.inspiracio
Version 5.0.0
Last update 18. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies dummy-servlet,
There are maybe transitive dependencies!
geocode from group com.afrigis.services (version 3.0.2)
Forward Geocoding matches an address to its correct location on the map by converting an address into geographical coordinates. Applications submit addresses or a search string containing partial address information. The result is either a single record exactly matching the input, or a set of records ranked by relevance when the input is ambiguous.
0 downloads
Artifact geocode
Group com.afrigis.services
Version 3.0.2
Last update 18. July 2017
Organization AfriGIS (Pty) Ltd
URL https://developers.afrigis.co.za/portfolio/search/
License not specified
Dependencies amount 1
Dependencies core,
There are maybe transitive dependencies!
Group com.afrigis.services
Version 3.0.2
Last update 18. July 2017
Organization AfriGIS (Pty) Ltd
URL https://developers.afrigis.co.za/portfolio/search/
License not specified
Dependencies amount 1
Dependencies core,
There are maybe transitive dependencies!
html-servlet from group cat.inspiracio (version 0.0.3)
HTMLServlet provides HTML templating with server-side javascript.
HTMLServlet is a servlet that is registered on *.html.
It reads the html file at the right location according to URL.
It renders the file as html, executing some scripting:
* ${expressions} in element bodies and attribute values
* data-* attributes for conditionals, loops, local variables, and inclusion
* <script> element with server-side javascript.
0 downloads
Artifact html-servlet
Group cat.inspiracio
Version 0.0.3
Last update 17. August 2016
Organization not specified
URL http://www.inspiracio.cat
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies geronimo-servlet_2.5_spec, geronimo-jsp_2.0_spec, html-parser,
There are maybe transitive dependencies!
Group cat.inspiracio
Version 0.0.3
Last update 17. August 2016
Organization not specified
URL http://www.inspiracio.cat
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies geronimo-servlet_2.5_spec, geronimo-jsp_2.0_spec, html-parser,
There are maybe transitive dependencies!
truezip-samples from group de.schlichtherle.truezip (version 7.7.10)
Sample applications to demonstrate the usage of various TrueZIP module
APIs.
Some of these samples use rather advanced or exotic features which
makes them more complex than necessary for a typical application.
By design, the sample applications use all file system drivers which
can be located at runtime.
Location of the available file system drivers is performed by
scanning the class path - see the Javaodoc for the TrueZIP Kernel class
de.schlichtherle.truezip.fs.sl.FsDriverLocator for more information.
Group: de.schlichtherle.truezip Artifact: truezip-samples
Show all versions Show documentation Show source
Show all versions Show documentation Show source
11 downloads
Artifact truezip-samples
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies truezip-path, truezip-driver-tar, truezip-driver-tzp, truezip-driver-zip,
There are maybe transitive dependencies!
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies truezip-path, truezip-driver-tar, truezip-driver-tzp, truezip-driver-zip,
There are maybe transitive dependencies!
pact-jvm-provider-sbt_2.10 from group au.com.dius (version 2.0.2)
Group: au.com.dius Artifact: pact-jvm-provider-sbt_2.10
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
jslint from group com.jslint (version 2007-10-25)
0 downloads
nb-quickopener from group io.github.drkunibar.netbeans (version 1.3.2)
<p>Sometimes while programming in NetBeans you want to explore a particular file that you are editing on the file
system browser, or maybe launch a command in a terminal to do something with it.</p>
<p>This plugins brings to your NetBeans six action, three of them always available and three of them available when
the selected node has a file assiociated with it.<br/>
In particular:<p><p><em>When the selection has a valid file</em></p>
<ul>
<li><strong>Open the default OS shell</strong> on the location of the file (or its folder) selected.</li>
<li><strong>Open the file system browser</strong> on the location of the file (or its folder) selected.</li>
<li><strong>Copy to the clipboard</strong> the path of the file selected.</li>
</ul>
<p><em>Always enabled:</em></p>
<ul>
<li><strong>Launch a shell command</strong> (with parameters, customizable on
preferences)</li>
<li><strong>FileSystem browser on any location</strong> (favorites, customizable on preferences)</li>
<li><strong>Open a shell on any location</strong> (favorites, customizable on preferences)</li>
</ul>
Group: io.github.drkunibar.netbeans Artifact: nb-quickopener
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact nb-quickopener
Group io.github.drkunibar.netbeans
Version 1.3.2
Last update 23. December 2024
Organization not specified
URL https://github.com/drkunibar/QuickOpener-NetBeans
License GNU GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 41
Dependencies org-netbeans-api-annotations-common, org-openide-awt, org-openide-filesystems, org-openide-util-ui, org-openide-util, org-openide-util-lookup, org-openide-dialogs, org-netbeans-api-progress, org-netbeans-api-progress-nb, org-openide-loaders, org-netbeans-api-scripting, org-netbeans-api-templates, org-netbeans-modules-editor-mimelookup, org-netbeans-modules-queries, org-openide-actions, org-openide-explorer, org-openide-filesystems-nb, org-openide-modules, org-openide-nodes, org-openide-text, org-openide-windows, org-netbeans-modules-projectapi, org-netbeans-modules-projectuiapi, org-netbeans-modules-projectuiapi-base, org-netbeans-modules-options-api, org-netbeans-spi-quicksearch, org-netbeans-swing-outline, beansbinding, org-netbeans-modules-editor-lib, org-netbeans-modules-editor-document, org-netbeans-modules-editor-fold, org-netbeans-modules-editor-guards, org-netbeans-modules-editor-indent, org-netbeans-modules-editor-lib2, org-netbeans-modules-editor-settings, org-netbeans-modules-editor-util, org-netbeans-modules-lexer, org-netbeans-modules-javahelp, javahelp, org-netbeans-swing-tabcontrol, org-netbeans-modules-editor-settings-lib,
There are maybe transitive dependencies!
Group io.github.drkunibar.netbeans
Version 1.3.2
Last update 23. December 2024
Organization not specified
URL https://github.com/drkunibar/QuickOpener-NetBeans
License GNU GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 41
Dependencies org-netbeans-api-annotations-common, org-openide-awt, org-openide-filesystems, org-openide-util-ui, org-openide-util, org-openide-util-lookup, org-openide-dialogs, org-netbeans-api-progress, org-netbeans-api-progress-nb, org-openide-loaders, org-netbeans-api-scripting, org-netbeans-api-templates, org-netbeans-modules-editor-mimelookup, org-netbeans-modules-queries, org-openide-actions, org-openide-explorer, org-openide-filesystems-nb, org-openide-modules, org-openide-nodes, org-openide-text, org-openide-windows, org-netbeans-modules-projectapi, org-netbeans-modules-projectuiapi, org-netbeans-modules-projectuiapi-base, org-netbeans-modules-options-api, org-netbeans-spi-quicksearch, org-netbeans-swing-outline, beansbinding, org-netbeans-modules-editor-lib, org-netbeans-modules-editor-document, org-netbeans-modules-editor-fold, org-netbeans-modules-editor-guards, org-netbeans-modules-editor-indent, org-netbeans-modules-editor-lib2, org-netbeans-modules-editor-settings, org-netbeans-modules-editor-util, org-netbeans-modules-lexer, org-netbeans-modules-javahelp, javahelp, org-netbeans-swing-tabcontrol, org-netbeans-modules-editor-settings-lib,
There are maybe transitive dependencies!
Page 38 from 41 (items total 401)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy