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

Download JAR files tagged by also with all dependencies

Search JAR files by class name

remasteredlogger from group codes.wesley-dev (version 1.1.4)

'RemasteredLogger is a logger as simple as it is complex, it uses SLF4j as an API base. This logger provides the developer with ease of use for a wide variety of utility. This also allows the simplicity of saving under several loggers but also the complexity of being able to create "Class" or single event loggers.'

Group: codes.wesley-dev Artifact: remasteredlogger
Show all versions Show documentation Show source 
 

0 downloads
Artifact remasteredlogger
Group codes.wesley-dev
Version 1.1.4
Last update 06. May 2021
Organization not specified
URL https://github.com/kanekireal/RemasteredLogger
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ats-testharness from group com.axway.ats.framework (version 4.0.8)

ATS Test Harness Library is the entry point of ATS framework which listens for testing framework events as start/stop run, start/stop test, test result statuses. It also manages data provider tests as the supported Excel data provider.

Group: com.axway.ats.framework Artifact: ats-testharness
Show all versions Show documentation Show source 
 

0 downloads
Artifact ats-testharness
Group com.axway.ats.framework
Version 4.0.8
Last update 16. April 2021
Organization not specified
URL https://github.com/Axway/ats-framework
License not specified
Dependencies amount 8
Dependencies ats-common, ats-core, ats-configuration, ats-log, testng, jcommander, poi, poi-ooxml,
There are maybe transitive dependencies!

consolerizer8 from group org.jesperancinha.console (version 2.0.3)

Consolerizer for Java 8: This project offers way to seamlessly add coloured log messages in academic, study or research projects. This is not a production ready module and shouldn't be used in a production setting. It is designed also for use in tutorials, classes, teaching and knowledge sharing.

Group: org.jesperancinha.console Artifact: consolerizer8
Show all versions Show documentation Show source 
 

0 downloads
Artifact consolerizer8
Group org.jesperancinha.console
Version 2.0.3
Last update 07. March 2021
Organization not specified
URL https://github.com/JEsperancinhaOrg/consolerizer-root/tree/main/consolerizer8
License Apache License
Dependencies amount 1
Dependencies commons-text,
There are maybe transitive dependencies!

zas-api from group com.linkare (version 3.0.0)

This project contains the API for the implementation of the Zas project. This is the upgrade of the previous prototype version created during Paulo Zenida's M.Sc. thesis. Besides providing the basic API for the project, it also provides some out of the box features, such as basic deciders implementations to check access control.

Group: com.linkare Artifact: zas-api
Show documentation Show source 
 

0 downloads
Artifact zas-api
Group com.linkare
Version 3.0.0
Last update 06. March 2021
Organization not specified
URL https://github.com/linkareti/zas-api
License GNU General Public License, Version 3.0
Dependencies amount 4
Dependencies common.utils, groovy-all, common.jboolexpr, common.booleval,
There are maybe transitive dependencies!

hbase-object-mapper from group com.flipkart (version 1.19)

HBase ORM is a light-weight, thread-safe and performant library that enables: [1] object-oriented access of HBase rows (Data Access Object) with minimal code and good testability. [2] reading from and/or writing to HBase tables in Hadoop MapReduce jobs. This can also be used as an ORM for Bigtable.

Group: com.flipkart Artifact: hbase-object-mapper
Show all versions Show documentation Show source 
 

20 downloads
Artifact hbase-object-mapper
Group com.flipkart
Version 1.19
Last update 13. February 2021
Organization not specified
URL https://github.com/flipkart-incubator/hbase-orm
License Apache License, Version 2.0
Dependencies amount 5
Dependencies jackson-databind, jackson-datatype-jdk8, jackson-datatype-jsr310, hbase-client, guava,
There are maybe transitive dependencies!

hbase-mapreduce from group ch.cern.hbase (version 2.2.4_1)

This module contains implementations of InputFormat, OutputFormat, Mapper, Reducer, etc which are needed for running MR jobs on tables, WALs, HFiles and other HBase specific constructs. It also contains a bunch of tools: RowCounter, ImportTsv, Import, Export, CompactionTool, ExportSnapshot, WALPlayer, etc

Group: ch.cern.hbase Artifact: hbase-mapreduce
Show all versions Show documentation Show source 
 

0 downloads
Artifact hbase-mapreduce
Group ch.cern.hbase
Version 2.2.4_1
Last update 09. November 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 22
Dependencies hbase-shaded-miscellaneous, hbase-shaded-netty, hbase-shaded-protobuf, hbase-common, hbase-zookeeper, hbase-protocol, protobuf-java, hbase-protocol-shaded, hbase-metrics, hbase-metrics-api, metrics-core, slf4j-api, htrace-core4, hbase-client, hbase-hadoop-compat, ${compat.module}, hbase-server, hbase-replication, log4j, commons-io, commons-lang3, zookeeper,
There are maybe transitive dependencies!

com.adobe.granite.fragment.xml from group com.adobe.granite (version 0.1.0)

Adds the XML API packages to the system bundle exports. The list of packages is derived from the packages available in the Java 6 platform. To use more recent XML APIs either modify this bundle to also export those package from the platform or install respective API bundles.

Group: com.adobe.granite Artifact: com.adobe.granite.fragment.xml
Show documentation Show source 
 

0 downloads
Artifact com.adobe.granite.fragment.xml
Group com.adobe.granite
Version 0.1.0
Last update 03. November 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

com.liferay.gradle.plugins.soy from group com.liferay (version 3.1.10)

The Soy Gradle plugin lets you compile Closure Templates into JavaScript functions. It also lets you use a custom localization mechanism in the generated .soy.js files by replacing "goog.getMsg" definitions with a different function call (e.g., "Liferay.Language.get").

Group: com.liferay Artifact: com.liferay.gradle.plugins.soy
Show all versions Show documentation Show source 
 

2 downloads
Artifact com.liferay.gradle.plugins.soy
Group com.liferay
Version 3.1.10
Last update 03. November 2020
Organization not specified
URL Not specified
License LGPL 2.1
Dependencies amount 2
Dependencies com.liferay.gradle.util, com.liferay.portal.tools.soy.builder,
There are maybe transitive dependencies!

NGSIBaseModel from group com.github.jmSfernandes (version 1.0.2)

This is a multi-purpose parser for the NGSI10 standard. The NGSI10 standard is a the default standard used by ORION the main Componnent of the FIWARE project. This parser is able to simelly convert the Json objects received in the NGSI format (both standard and keyValues) to Java Classes. And also convert Java classes to the equivalent and compliant NGSI10 entities

Group: com.github.jmSfernandes Artifact: NGSIBaseModel
Show all versions Show documentation Show source 
 

0 downloads
Artifact NGSIBaseModel
Group com.github.jmSfernandes
Version 1.0.2
Last update 07. October 2020
Organization not specified
URL https://github.com/jmSfernandes/NGSIBaseModel
License Apache License, Version 2.0
Dependencies amount 1
Dependencies gson,
There are maybe transitive dependencies!

table-view-x from group io.github.quellatalo.fx (version 1.8.0.0)

This package provide a new class TableViewX which is upgraded from TableView. It uses reflection to identify the fields. It helps programmers to generate columns for with minimal efforts. It also includes a built in filter, also used reflection to generate fields and conditions.

Group: io.github.quellatalo.fx Artifact: table-view-x
Show all versions Show documentation Show source 
 

0 downloads
Artifact table-view-x
Group io.github.quellatalo.fx
Version 1.8.0.0
Last update 03. September 2020
Organization not specified
URL https://github.com/quellatalo/table_view_x
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies javafx-controls,
There are maybe transitive dependencies!



Page 133 from 245 (items total 2448)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy