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

Download JAR files tagged by actually with all dependencies

Search JAR files by class name

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 
 

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 
 

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 is 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-client
Show all versions Show documentation Show source 
 

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 4
Dependencies okhttp, slf4j-api, gson, commons-codec,
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 
 

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)

The aggregator of the 'CI Police' Maven plugin, whose responsibility is to validate Wix Open Source Projects. These validations includes: * Maven POM requirements (e.g., non-blank 'artifactId') * Sonatype requiremetns (e.g., 'scm') * Wix requirements (e.g., 'organization' populated with Wix details) It is consisted two modules: one, is the main module of the plugin, and the other, is a tests module. The reason for having a tests module is that the tests actually runs the plugin. It is therefore expected to be found in Maven's local repository (at least in the local repository); hence, the separation.

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
Last update 06. June 2016
Organization wix.com
URL https://github.com/wix/wix-oss-ci-police
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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 
 

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, gson, 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!

maven-duplicate-finder-plugin from group com.ning.maven.plugins (version 1.0.9)

The maven-duplicate-class-finder-plugin is a plugin that will search for classes with the same name, as well as resources with the same path, in the classpaths of a maven project. More specifically, it will check the compile, runtime, and test classpaths for * Classes with the same qualified name in the current project and all dependencies relevant for that classpath * Files that are not class files, with the same resource path (i.e. as if it would be accessed via the classloader) in the current project and all dependencies relevant for that (Note that at the moment, the plugin does not check if the files are actually the same or not, it only looks for the same file/class name.)

Group: com.ning.maven.plugins Artifact: maven-duplicate-finder-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact maven-duplicate-finder-plugin
Group com.ning.maven.plugins
Version 1.0.9
Last update 27. September 2014
Organization not specified
URL https://github.com/ning/maven-duplicate-finder-plugin
License Apache License 2.0
Dependencies amount 9
Dependencies maven-plugin-api, maven-project, maven-model, maven-artifact, commons-lang, commons-io, commons-codec, slf4j-api, maven-plugin-log4j,
There are maybe transitive dependencies!



Page 8 from 10 (items total 100)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy