All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by actually with all dependencies


troxy-core from group no.sparebank1.troxy (version 3.2.49)

Troxy is a proxy intended for simulating a remote service without actually connecting to the server. Incoming requests are matched using regular expressions and responses are created from a recorded response from the remote service and optionally modified by inserting values caught from the regular expression used to match the request.

Group: no.sparebank1.troxy Artifact: troxy-core
Show all versions Show documentation Show source 
Download troxy-core.jar (3.2.49)
 

0 downloads
Artifact troxy-core
Group no.sparebank1.troxy
Version 3.2.49
Last update 06. May 2024
Organization not specified
URL https://github.com/SpareBank1/Troxy/troxy-core
License MIT License
Dependencies amount 5
Dependencies javax.servlet-api, slf4j-api, jetty-server, jetty-servlet, jetty-util,
There are maybe transitive dependencies!

troxy-server from group no.sparebank1.troxy (version 3.2.49)

Troxy is a proxy intended for simulating a remote service without actually connecting to the server. Incoming requests are matched using regular expressions and responses are created from a recorded response from the remote service and optionally modified by inserting values caught from the regular expression used to match the request.

Group: no.sparebank1.troxy Artifact: troxy-server
Show all versions Show documentation Show source 
Download troxy-server.jar (3.2.49)
 

0 downloads
Artifact troxy-server
Group no.sparebank1.troxy
Version 3.2.49
Last update 06. May 2024
Organization not specified
URL https://github.com/SpareBank1/Troxy/troxy-server
License MIT License
Dependencies amount 8
Dependencies slf4j-api, slf4j-simple, jersey-server, jersey-container-servlet-core, jersey-media-json-jackson, jersey-media-multipart, jersey-hk2, troxy-core,
There are maybe transitive dependencies!

filter from group no.sparebank1.troxy (version 3.2.49)

Troxy is a proxy intended for simulating a remote service without actually connecting to the server. Incoming requests are matched using regular expressions and responses are created from a recorded response from the remote service and optionally modified by inserting values caught from the regular expression used to match the request.

Group: no.sparebank1.troxy Artifact: filter
Show all versions Show documentation Show source 
Download filter.jar (3.2.49)
 

0 downloads
Artifact filter
Group no.sparebank1.troxy
Version 3.2.49
Last update 06. May 2024
Organization not specified
URL https://github.com/SpareBank1/Troxy/filter
License MIT License
Dependencies amount 2
Dependencies slf4j-api, troxy-core,
There are maybe transitive dependencies!

configcat-kotlin-client-watchosarm32 from group com.configcat (version 3.0.1)

Kotlin Multiplatform SDK for ConfigCat, a feature flag, feature toggle, and configuration management service. That lets you launch new features and change your software configuration remotely without actually (re)deploying code. ConfigCat even helps you do controlled roll-outs like canary releases and blue-green deployments.

Group: com.configcat Artifact: configcat-kotlin-client-watchosarm32
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact configcat-kotlin-client-watchosarm32
Group com.configcat
Version 3.0.1
Last update 09. April 2024
Organization not specified
URL https://github.com/configcat/kotlin-sdk
License MIT License
Dependencies amount 10
Dependencies kotlin-stdlib-common, atomicfu-watchosarm32, ktor-client-core-watchosarm32, kotlinx-serialization-core-watchosarm32, kotlinx-serialization-json-watchosarm32, kotlinx-coroutines-core-watchosarm32, klock-watchosarm32, krypto-watchosarm32, semver-watchosarm32, ktor-client-darwin-watchosarm32,
There are maybe transitive dependencies!

configcat-kotlin-client-iosarm32 from group com.configcat (version 3.0.1)

Kotlin Multiplatform SDK for ConfigCat, a feature flag, feature toggle, and configuration management service. That lets you launch new features and change your software configuration remotely without actually (re)deploying code. ConfigCat even helps you do controlled roll-outs like canary releases and blue-green deployments.

Group: com.configcat Artifact: configcat-kotlin-client-iosarm32
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact configcat-kotlin-client-iosarm32
Group com.configcat
Version 3.0.1
Last update 09. April 2024
Organization not specified
URL https://github.com/configcat/kotlin-sdk
License MIT License
Dependencies amount 10
Dependencies kotlin-stdlib-common, atomicfu-iosarm32, ktor-client-core-iosarm32, kotlinx-serialization-core-iosarm32, kotlinx-serialization-json-iosarm32, kotlinx-coroutines-core-iosarm32, klock-iosarm32, krypto-iosarm32, semver-iosarm32, ktor-client-darwin-iosarm32,
There are maybe transitive dependencies!

configcat-client from group com.configcat (version 2.1.4)

ConfigCat Java SDK

Group: com.configcat Artifact: configcat-client
Show all versions Show documentation Show source 
Download configcat-client.jar (2.1.4)
 

0 downloads
Artifact configcat-client
Group com.configcat
Version 2.1.4
Last update 23. November 2018
Organization ConfigCat
URL https://github.com/configcat/java-sdk
License MIT License
Dependencies amount 3
Dependencies okhttp, slf4j-api, gson,
There are maybe transitive dependencies!

android-util from group net.morimekta.utils (version 3.0.1)

Utility classes mimicking classes from android.os and android.util that does not really require an android phone to run. Created to facilitate testing and usage of android compatible libraries without having to run it on an actual phone. Note that android.os.Parcel and android.os.Bundle only supports a subset of it's original interface as these parts actually are dependent on the native phone library to work properly, or they have no real need on modern phones / outside android.

Group: net.morimekta.utils Artifact: android-util
Show all versions Show documentation Show source 
Download android-util.jar (3.0.1)
 

503 downloads
Artifact android-util
Group net.morimekta.utils
Version 3.0.1
Last update 08. September 2018
Organization not specified
URL https://gitlab.com/morimekta/android-util
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

wix-oss-ci-police-aggregator from group com.wix (version 1.1.0)

Group: com.wix Artifact: wix-oss-ci-police-aggregator
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wix-oss-ci-police-aggregator
Group com.wix
Version 1.1.0


less4j from group com.github.sommeri (version 1.17.2)

Less language is an extension of css and less4j compiles it into regular css. It adds several dynamic features into css: variables, expressions, nested rules. Less4j is a port. The original compiler was written in JavaScript and is called less.js. The less language is mostly defined in less.js documentation/issues and by what less.js actually do. Links to less.js: * home page: http://lesscss.org/ * source code & issues: https://github.com/cloudhead/less.js

Group: com.github.sommeri Artifact: less4j
Show all versions Show documentation Show source 
Download less4j.jar (1.17.2)
 

4 downloads
Artifact less4j
Group com.github.sommeri
Version 1.17.2
Last update 14. March 2016
Organization not specified
URL https://github.com/SomMeri/less4j
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies antlr-runtime, commons-io, commons-beanutils, json, protobuf-java,
There are maybe transitive dependencies!

madura-pizzaorder from group nz.co.senanque (version 3.4.0)

This is a demo application that shows the capabilities of the various Madura products. MaduraObjects: which defines business objects along with I18n labels, permissions and simple validation. MaduraRules: defines relationships between fields and, as well as complex validation and metadata manipulation. MaduraVaadinSupport: allows the above to transparently interact with a Vaadin UI. It does not actually order pizza.

Group: nz.co.senanque Artifact: madura-pizzaorder
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact madura-pizzaorder
Group nz.co.senanque
Version 3.4.0
Last update 17. April 2015
Organization Prometheus Consulting
URL www.madurasoftware.com
License not specified
Dependencies amount 5
Dependencies madura-rules, logback-classic, madura-vaadinsupport, vaadin-touchkit-agpl, jaxb2-basics,
There are maybe transitive dependencies!



Page 8 from 11 (items total 101)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy