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

Download JAR files tagged by sets with all dependencies

Search JAR files by class name

im-aop-loggers from group eu.ciechanowiec (version 1.1.4)

A handy and configurable sets of annotation-based loggers for Spring Boot that can log every execution of a method when entering or exiting normally or abnormally, without you writing a single line of code using aspect-oriented programming (AOP)

Group: eu.ciechanowiec Artifact: im-aop-loggers
Show documentation Show source 
 

0 downloads
Artifact im-aop-loggers
Group eu.ciechanowiec
Version 1.1.4
Last update 30. March 2024
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies spring-boot-starter, spring-boot-starter-aop, spring-boot-starter-validation, commons-lang3,
There are maybe transitive dependencies!

ordinal from group org.immutables (version 2.10.1)

API and support runtime classes for implementing immutable objects as set enum-like object values, accumulated in so called "domains". This allows for special performance optiomization, like using bit-sets to efficiently calculate inclusion in set or set differences.

Group: org.immutables Artifact: ordinal
Show all versions Show documentation Show source 
 

0 downloads
Artifact ordinal
Group org.immutables
Version 2.10.1
Last update 17. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies guava,
There are maybe transitive dependencies!

moonshine-tuple from group io.github.ololx.moonshine (version 0.13.0)

The Moonshine Tuple module also contains classes - implementations of such a data structure as tuples. These classes can be used when it is required to operate on ordered finite sets of objects of various types. Such as: couples, triples, quadruples and e.t.c.

Group: io.github.ololx.moonshine Artifact: moonshine-tuple
Show all versions Show documentation Show source 
 

0 downloads
Artifact moonshine-tuple
Group io.github.ololx.moonshine
Version 0.13.0
Last update 28. September 2023
Organization not specified
URL https://ololx.github.io/moonshine
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies equalsverifier, groovy, spock-core,
There are maybe transitive dependencies!

im-aop-loggers from group com.github.andylke (version 1.1.3)

A handy and configurable sets of annotation-based loggers for Spring Boot that can log every execution of a method when entering or exiting normally or abnormally, without you writing a single line of code using aspect-oriented programming (AOP)

Group: com.github.andylke Artifact: im-aop-loggers
Show all versions Show documentation Show source 
 

0 downloads
Artifact im-aop-loggers
Group com.github.andylke
Version 1.1.3
Last update 30. August 2023
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies spring-boot-starter, spring-boot-starter-aop, spring-boot-starter-validation, commons-lang3,
There are maybe transitive dependencies!

piranha-micro-shrinkwrap-core from group cloud.piranha.micro.shrinkwrap (version 22.12.0)

This project delivers the Piranha Micro Shrinkwrap Core code. It sets up the "global" environment for a micro instance, such as JNDI, a URL handler, a default identity store, and the annotation index. It creates a web application that it either returns or deploys itself to an embedded HTTP server.

Group: cloud.piranha.micro.shrinkwrap Artifact: piranha-micro-shrinkwrap-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact piranha-micro-shrinkwrap-core
Group cloud.piranha.micro.shrinkwrap
Version 22.12.0
Last update 13. December 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies piranha-core-impl, piranha-http-impl, piranha-http-webapp, piranha-extension-annotationscan, jandex, piranha-resource-shrinkwrap, shrinkwrap-descriptors-api-base, shrinkwrap-resolver-api-maven, shrinkwrap-resolver-impl-maven, shrinkwrap-resolver-impl-maven-archive, shrinkwrap-resolver-spi,
There are maybe transitive dependencies!

im-aop-loggers-spring-boot from group com.github.henkelian (version 1.2.2)

A handy and configurable sets of annotation-based loggers for Spring Boot that can log every execution of a method when entering or exiting normally or abnormally, without you writing a single line of code using aspect-oriented programming (AOP)

Group: com.github.henkelian Artifact: im-aop-loggers-spring-boot
Show all versions Show documentation Show source 
 

0 downloads
Artifact im-aop-loggers-spring-boot
Group com.github.henkelian
Version 1.2.2
Last update 29. March 2021
Organization not specified
URL Not specified
License MIT License
Dependencies amount 3
Dependencies spring-boot-starter, spring-boot-starter-aop, spring-boot-starter-validation,
There are maybe transitive dependencies!

kiwi-reasoner from group org.apache.marmotta (version 3.4.0)

This module implements the sKWRL rule-based reasoner for the KiWi triplestore. It allows defining custom rule sets over RDF data. sKWRL is a purely monotonic reasoner without negation and implemented using forward chaining on the database.

Group: org.apache.marmotta Artifact: kiwi-reasoner
Show all versions Show source 
 

0 downloads
Artifact kiwi-reasoner
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies kiwi-triplestore, marmotta-sail-transactions, slf4j-api, log4j-over-slf4j, sesame-sail-api, sesame-sail-inferencer, sesame-model, guava, commons-lang3, marmotta-commons,
There are maybe transitive dependencies!

similarity-uniform-fuzzy-hash from group com.github.s3curitybug (version 1.8.4)

Similarity Uniform Fuzzy Hash is a tool that allows to accurately and efficiently compute the similarity between two files (or sets of bytes) as a 0 to 1 score. For that purpose, it first computes for each file a Context Triggered Piecewise Hash (CTPH), also known as fuzzy hash, and then compares the hashes.

Group: com.github.s3curitybug Artifact: similarity-uniform-fuzzy-hash
Show all versions Show documentation Show source 
 

1 downloads
Artifact similarity-uniform-fuzzy-hash
Group com.github.s3curitybug
Version 1.8.4
Last update 21. October 2017
Organization not specified
URL https://github.com/s3curitybug/similarity-uniform-fuzzy-hash
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

broceliande from group com.github.korriganed (version 1.1)

This project provides a Java implementation of random forests. Random forests use training sets to build decision trees. Given an input (e.g. a person with age, gender, medical background, symptoms) the result (e.g. a disease) of which is unknown, random forests are able to predict the corresponding result.

Group: com.github.korriganed Artifact: broceliande
Show documentation Show source 
 

0 downloads
Artifact broceliande
Group com.github.korriganed
Version 1.1
Last update 07. December 2016
Organization not specified
URL https://github.com/korriganed/broceliande
License MIT License
Dependencies amount 3
Dependencies commons-lang3, logback-classic, slf4j-api,
There are maybe transitive dependencies!

org.apache.stanbol.enhancer.engines.sentiment.wordclassifier from group org.apache.stanbol (version 1.0.0)

Sentiment Tagging Engine for the Stanbol NLP chain. Tags sentiment values in word granularity based on SentimentClassifier implementations registered as OSGI services. This engine includes implementations for English (Sentiment Word Net) and German (SentiWs) data (please note the license of the according data sets).

Group: org.apache.stanbol Artifact: org.apache.stanbol.enhancer.engines.sentiment.wordclassifier
Show all versions Show documentation Show source 
 

2 downloads
Artifact org.apache.stanbol.enhancer.engines.sentiment.wordclassifier
Group org.apache.stanbol
Version 1.0.0
Last update 16. September 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies org.apache.stanbol.enhancer.servicesapi, org.apache.stanbol.enhancer.nlp, org.apache.stanbol.commons.stanboltools.datafileprovider, lucene-analyzers-common, org.apache.felix.scr.annotations,
There are maybe transitive dependencies!



Page 24 from 31 (items total 306)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy