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

Download JAR files tagged by properties with all dependencies

Search JAR files by class name

logstash-logback-sensitive-data-obfuscator from group io.github.orczykowski (version 1.0.0)

This library provides a solution for masking sensitive data in logs within applications that use Logback with logstash-logback-encoder and ch.qos.logback.contrib.json.classic.JsonLayout. It allows you to extend the XML configuration by defining names od fields/variables/properties which contain in value sensitive data. The library includes predefined patterns for detecting sensitive values and also allows for creating custom patterns.

Group: io.github.orczykowski Artifact: logstash-logback-sensitive-data-obfuscator
Show documentation Show source 
 

0 downloads
Artifact logstash-logback-sensitive-data-obfuscator
Group io.github.orczykowski
Version 1.0.0
Last update 23. July 2023
Organization not specified
URL http://maven.apache.org
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

filechampion4j from group dev.filechampion (version 0.9.8.3)

FileChampion4j is a powerful and flexible Java library for validating and processing files. The library can be used to check files for a variety of properties, including mime type, magic bytes, header signatures, footer signatures, maximum size, and more. The library can also execute extension plugins that are defined for the file type.

Group: dev.filechampion Artifact: filechampion4j
Show all versions Show documentation Show source 
 

0 downloads
Artifact filechampion4j
Group dev.filechampion
Version 0.9.8.3
Last update 14. May 2023
Organization filechampion.dev
URL https://github.com/povimd9/FileChampion4j
License Apache License 2.0 License
Dependencies amount 3
Dependencies json, jmh-core, jmh-generator-annprocess,
There are maybe transitive dependencies!

structural-type-jackson from group codes.rafael.structuraltype (version 1.5)

Group: codes.rafael.structuraltype Artifact: structural-type-jackson
Show documentation Show source 
 

0 downloads
Artifact structural-type-jackson
Group codes.rafael.structuraltype
Version 1.5
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies structural-type-api, jackson-databind,
There are maybe transitive dependencies!

structural-type-maven-plugin from group codes.rafael.structuraltype (version 1.5)

Group: codes.rafael.structuraltype Artifact: structural-type-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact structural-type-maven-plugin
Group codes.rafael.structuraltype
Version 1.5
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies structural-type-generator, classgraph, maven-plugin-api, maven-core,
There are maybe transitive dependencies!

structural-type-generator from group codes.rafael.structuraltype (version 1.5)

Group: codes.rafael.structuraltype Artifact: structural-type-generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact structural-type-generator
Group codes.rafael.structuraltype
Version 1.5
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies structural-type-api, javapoet,
There are maybe transitive dependencies!

structural-type-api from group codes.rafael.structuraltype (version 1.5)

Group: codes.rafael.structuraltype Artifact: structural-type-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact structural-type-api
Group codes.rafael.structuraltype
Version 1.5
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

structural-type from group codes.rafael.structuraltype (version 1.5)

This project aims to create a structural representation of similar nominal Java classes. A structural type is represented by an interface that contains property accessors for all properties that are defined by those classes. For each class, a projection class is generated that implements that interface for delegation to the nominal classes for which the structure was created. Additionally, a template implementation is created that implements the structural interface as a Java bean.

Group: codes.rafael.structuraltype Artifact: structural-type
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact structural-type
Group codes.rafael.structuraltype
Version 1.5
Last update 14. April 2023
Organization not specified
URL https://github.com/raphw/skatteprosessen-structural-type
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

j2mvc-framework-web from group com.j2mvc (version 2.1.39)

强烈建议使用J2mvc 2.1以后的版本。 version 2.1.01 1.优化路径跳转,Servlet和Filter方式的路径设置 2.优化内存销毁 3.更换JSON依赖包 4.优化接收方法RequestMethod,封装不同ContentType格式提交 封装JSON,XML数据提交模块 JSON请求示例 { "id":"JSON134851", "title":"JSON提交的标题", "price":65.1, "stock":100 } XML请求示例 <!DOCTYPE root [ <!ELEMENT root ANY> <!ATTLIST Product SSN ID #REQUIRED>]> <root> <Product SSN='id'>XMLID12354</Product> <Product SSN='title'>XML提交的标题 </Product> <Product SSN='price'>55 </Product> <Product SSN='stock'>32 </Product> </root> version 2.1.02 1.解决URL无后缀情况无法加载静态资源,解决无法渲染CSS文件。 version 2.1.03 1.移除com.j2mvc.StringUtils.getUtf8()方法调用 更改为getCharset() version 2.1.04 1.去除Servlet和Filter的全局变量销毁,只交给Listener处理。 version 2.1.05,2.1.06,2.1.07 1.完善POST提交的JSON数据 支持接收基础数据类型、任意对象类型、任意数组类型。 不支持接收参数为集合类型或Map类型,但可以定义为接收对象类型的元素。 version 2.1.05,2.1.06,2.1.07 1.修改连接池变量 version 2.1.09 增加上传功能,修改RequestMethod,ContentType设置方式 version 2.1.10,2.1.11 更改上传文件名格式为UUID格式,移除JSON映射类,更改接收多文件上传。 version 2.1.12 删除文件列有的空对象 version 2.1.13 增加配置文件目录/conf,加载上传功能配置/conf/upload.properties version 2.1.18 拦截器也能获取ActionBean version 2.1.20 添加上传文件只读权限 version 2.1.21 支持同时接收文件和文本数据 version 2.1.22 增加文件接收类型media version 2.1.23 删除upload类printJson方法 version 2.1.25 添加输入流方式上传及数据库存储(BLOB) version 2.1.27 添加输入流方式至fileList version 2.1.38 添加formdata接收方式

Group: com.j2mvc Artifact: j2mvc-framework-web
Show all versions Show documentation Show source 
 

0 downloads
Artifact j2mvc-framework-web
Group com.j2mvc
Version 2.1.39
Last update 29. December 2021
Organization not specified
URL http://www.j2mvc.com
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

scriptingbundle-maven-plugin from group org.apache.sling (version 0.5.2)

The Apache Sling Scripting Bundle Maven Plugin provides support for packing server-side scripts as bundle entries (directly embedded or compiled as Java classes). When executed, the plugin will define two system properties which can be used to populate the Provide-Capability and Require-Capability bundle headers.

Group: org.apache.sling Artifact: scriptingbundle-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact scriptingbundle-maven-plugin
Group org.apache.sling
Version 0.5.2
Last update 16. December 2021
Organization not specified
URL https://sling.apache.org/components/scriptingbundle-maven-plugin/
License not specified
Dependencies amount 14
Dependencies annotations, maven-plugin-api, maven-model, maven-core, maven-compat, org.osgi.framework, org.apache.sling.scripting.spi, org.apache.sling.api, biz.aQute.bndlib, org.apache.jackrabbit.vault, jcr, oak-jackrabbit-api, jackrabbit-spi-commons, org.apache.sling.jcr.resource,
There are maybe transitive dependencies!

andhow-annotation-processor-tests from group org.yarnandtail (version 0.4.1.1)

'Real world' compile-time testing of the annotation processor. Its impossible/hard to fully replicate the compile time environment including annotation processing, class generation, service loading, etc.. This module contains standard and edge case classes container AndHow properties. Unit tests then check to ensure that PropertyRegistrars were generated and registered as services for each top level class containing Properties.

Group: org.yarnandtail Artifact: andhow-annotation-processor-tests
Show all versions Show documentation Show source 
 

0 downloads
Artifact andhow-annotation-processor-tests
Group org.yarnandtail
Version 0.4.1.1
Last update 14. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!



Page 160 from 182 (items total 1812)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy