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

Download JAR files tagged by group with all dependencies

Search JAR files by class name

text-preprocessing from group io.github.ardoco.core (version 0.37.0)

Group: io.github.ardoco.core Artifact: text-preprocessing
Show all versions Show documentation Show source 
 

0 downloads
Artifact text-preprocessing
Group io.github.ardoco.core
Version 0.37.0
Last update 09. January 2024
Organization not specified
URL Not specified
License MIT License
Dependencies amount 7
Dependencies jackson-databind, stanford-corenlp, stanford-corenlp, common, text-provider-json, httpclient5, log4j-over-slf4j,
There are maybe transitive dependencies!

recommendation-generator from group io.github.ardoco.core (version 0.37.0)

Group: io.github.ardoco.core Artifact: recommendation-generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact recommendation-generator
Group io.github.ardoco.core
Version 0.37.0
Last update 09. January 2024
Organization not specified
URL Not specified
License MIT License
Dependencies amount 2
Dependencies common, text-extraction,
There are maybe transitive dependencies!

pipeline-tlr from group io.github.ardoco.core (version 0.37.0)

Group: io.github.ardoco.core Artifact: pipeline-tlr
Show all versions Show documentation Show source 
 

0 downloads
Artifact pipeline-tlr
Group io.github.ardoco.core
Version 0.37.0
Last update 09. January 2024
Organization not specified
URL Not specified
License MIT License
Dependencies amount 7
Dependencies code-traceability, connection-generator, model-provider, pipeline-core, recommendation-generator, text-extraction, text-preprocessing,
There are maybe transitive dependencies!

inconsistency-detection from group io.github.ardoco.core (version 0.37.0)

Group: io.github.ardoco.core Artifact: inconsistency-detection
Show all versions Show documentation Show source 
 

0 downloads
Artifact inconsistency-detection
Group io.github.ardoco.core
Version 0.37.0
Last update 09. January 2024
Organization not specified
URL Not specified
License MIT License
Dependencies amount 1
Dependencies common,
There are maybe transitive dependencies!

text-provider-json from group io.github.ardoco (version 0.11.0)

Group: io.github.ardoco Artifact: text-provider-json
Show all versions Show documentation Show source 
 

0 downloads
Artifact text-provider-json
Group io.github.ardoco
Version 0.11.0
Last update 29. August 2023
Organization not specified
URL https://ardoco.github.io/textprovider-json/
License MIT License
Dependencies amount 5
Dependencies jackson-databind, jackson-datatype-jsr310, json-schema-validator, common, vertx-json-schema,
There are maybe transitive dependencies!

text-provider from group io.github.ardoco.core (version 0.7.7)

Group: io.github.ardoco.core Artifact: text-provider
Show all versions Show documentation Show source 
 

0 downloads
Artifact text-provider
Group io.github.ardoco.core
Version 0.7.7
Last update 28. March 2023
Organization not specified
URL Not specified
License MIT License
Dependencies amount 10
Dependencies common, jackson-databind, log4j-over-slf4j, stanford-corenlp, stanford-corenlp, pipeline, eclipse-collections-api, eclipse-collections, commons-lang3, slf4j-api,
There are maybe transitive dependencies!

parent from group io.streamnative (version 3.6.3.1)

ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them ,which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.

Group: io.streamnative Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group io.streamnative
Version 3.6.3.1
Last update 28. January 2022
Organization not specified
URL http://zookeeper.apache.org
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

compress-maven-plugin from group com.github.eliayng (version 1.0.2)

配置监控信息,在web.xml中添加 <filter> <description>拦截获取js与css过滤</description> <filter-name>MergeFilter</filter-name> <filter-class>com.njzxw.filter.MergeFilter</filter-class> <init-param> <!-- js合并输出路径 --> <param-name>jsDir</param-name> <param-value>${js.path}</param-value> </init-param> <init-param> <!-- css合并输出路径 --> <param-name>cssDir</param-name> <param-value>${css.path}</param-value> </init-param> </filter> 同时添加一个合并js\css对应一个merge.xml,最好放置在同级,如: <merge> <group name="sss" > <js path="js/common/common.js" /> <js path="js/common/index.js" /> <css path="css/common/animate.css" /> <css path="css/common/normalize.css" /> </group> </merge> 访问项目:xxx/sss.js xxx/sss.css 同时配合maven插件: compress-maven-plugin结合使用: <plugin> <groupId>com.github.eliayng</groupId> <artifactId>compress-maven-plugin</artifactId> <version>1.0.0</version> <executions> <execution> <phase>compile</phase> <goals> <goal>compress</goal> </goals> </execution> </executions> <configuration> <skip>${skipCompress}</skip> <poolNum>50</poolNum> <jsOutDir>${jsOutDir}</jsOutDir> <cssOutDir>${cssOutDir}</cssOutDir> <!--是否监控编译class文件--> <isCompressClass>true</isCompressClass> <!-- 是否复制资源文件 --> <isResourcesCopy>true</isResourcesCopy> </configuration> </plugin>

Group: com.github.eliayng Artifact: compress-maven-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact compress-maven-plugin
Group com.github.eliayng
Version 1.0.2
Last update 03. August 2017
Organization not specified
URL https://github.com/eliayng/compress-maven-plugin
License The Eliayng License, Version 1.0
Dependencies amount 5
Dependencies maven-plugin-api, maven-plugin-annotations, maven-project, yuicompressor, closure-compiler,
There are maybe transitive dependencies!

alpheusafpparser from group com.github.afpdev (version 0.2.2)

Alpheus AFP Parser is a library and parser for the IBM Advanced Function Presentation (AFP) document/print stream format. Alpheus covers all AFP specifications: MO:DCA, BCOCA, CMOCA, FOCA, GOCA, IOCA, and PTOCA. It is a complete implementation. Every Structured Field, Repeating Group, and Triplet is fully implemented as Java class. Alpheus AFP Parser was written from scratch and has no external dependencies. Copyright 2015,2016 Rudolf Fiala Alpheus AFP Parser is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Group: com.github.afpdev Artifact: alpheusafpparser
Show documentation Show source 
 

6 downloads
Artifact alpheusafpparser
Group com.github.afpdev
Version 0.2.2
Last update 03. October 2016
Organization not specified
URL https://github.com/afpdev/alpheusafpparser
License GNU General Public License, Version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sass-lang from group org.jszip.gems (version 3.2.9)

Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin. This is a repackaged GEM in a JAR format of the sass-lang.gem package. The sass-gems package version follows the sass-lang.gem versions located http://rubyforge.org/frs/?group_id=9702. Simply change the version of this package to download and repackage the same GEM version.

Group: org.jszip.gems Artifact: sass-lang
Show all versions Show source 
 

0 downloads
Artifact sass-lang
Group org.jszip.gems
Version 3.2.9
Last update 14. May 2013
Organization not specified
URL https://github.com/jszip/gems/sass-lang
License MIT License
Dependencies amount 1
Dependencies jruby-complete,
There are maybe transitive dependencies!



Page 593 from 597 (items total 5964)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy