Download JAR files tagged by variables with all dependencies
jbsqlutils from group io.github.josecarlosbran (version 1.3.1.2)
JBSqlUtils es un ORM desarrollado en java por José Carlos Alfredo Bran Aguirre,
que permite gestionar BD's SQLite, MySQL, MariaDB, PostgreSQL y SQLServer, de una manera fácil
y rápida sin interrumpir la ejecución del hilo principal del programa, lo cual la hace un potente ORM,
por medio del cual tendrá acceso a un CRUD, configurando únicamente la conexión del
modelo, los atributos que posee la tabla en BD's cómo variables que pertenecerán al modelo en su aplicación.
JBSqlUtils también proporciona un potente generador de instrucciones SQL que le permitirá crear
o eliminar una tabla, insertar, seleccionar, actualizar o eliminar registros de una tabla
en su BD's sin necesidad de instanciar un modelo cómo tal, únicamente tendrá que configurar previamente
la conexión a su BD's.
Lo cual la hace un potente ORM para aplicaciones android y sistemas empresariales que tengan
la necesidad de poder conectarse a alguna de estas 4 tipos de BD's, cabe mencionar que para ello utiliza
el SQLite JDBC de org.xerial, org.postgresql, mysql y com.microsoft.sqlserver.
Para mayor información, consultar el enlace del proyecto
Group: io.github.josecarlosbran Artifact: jbsqlutils
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact jbsqlutils
Group io.github.josecarlosbran
Version 1.3.1.2
Last update 07. December 2024
Organization not specified
URL https://github.com/JoseCarlosBran/JBSqlUtils/blob/master/Readme.md
License The Apache License, Version 2.0
Dependencies amount 11
Dependencies lombok, logsjbsupport, sqlite-jdbc, postgresql, mysql-connector-java, mariadb-java-client, mssql-jdbc, commons-lang3, commons-collections4, json, jakarta.json.bind-api,
There are maybe transitive dependencies!
Group io.github.josecarlosbran
Version 1.3.1.2
Last update 07. December 2024
Organization not specified
URL https://github.com/JoseCarlosBran/JBSqlUtils/blob/master/Readme.md
License The Apache License, Version 2.0
Dependencies amount 11
Dependencies lombok, logsjbsupport, sqlite-jdbc, postgresql, mysql-connector-java, mariadb-java-client, mssql-jdbc, commons-lang3, commons-collections4, json, jakarta.json.bind-api,
There are maybe transitive dependencies!
pmd-java from group edu.hm.hafner (version 7.7.0-metrics-2)
PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused variables,
empty catch blocks, unnecessary object creation, and so forth. It's mainly concerned with Java and
Apex, but supports 16 other languages. It comes with 400+ built-in rules. It can be
extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees
(AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query.
Currently, PMD supports Java, JavaScript, Salesforce.com Apex and Visualforce,
Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, Maven POM, HTML, XML and XSL.
Scala is supported, but there are currently no Scala rules available.
Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in
Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin,
Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and
Visualforce, Scala, Swift, T-SQL, Typescript, Apache Velocity, WSDL, XML and XSL.
Artifact pmd-java
Group edu.hm.hafner
Version 7.7.0-metrics-2
Last update 09. November 2024
Organization not specified
URL https://pmd.github.io/pmd-java/
License BSD-style
Dependencies amount 14
Dependencies pmd-core, slf4j-api, jul-to-slf4j, antlr4-runtime, Saxon-HE, xmlresolver, xmlresolver, commons-lang3, asm, gson, error_prone_annotations, checker-qual, pcollections, nice-xml-messages,
There are maybe transitive dependencies!
Group edu.hm.hafner
Version 7.7.0-metrics-2
Last update 09. November 2024
Organization not specified
URL https://pmd.github.io/pmd-java/
License BSD-style
Dependencies amount 14
Dependencies pmd-core, slf4j-api, jul-to-slf4j, antlr4-runtime, Saxon-HE, xmlresolver, xmlresolver, commons-lang3, asm, gson, error_prone_annotations, checker-qual, pcollections, nice-xml-messages,
There are maybe transitive dependencies!
pmd-core from group edu.hm.hafner (version 7.7.0-metrics-2)
PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused
variables,
empty catch blocks, unnecessary object creation, and so forth. It's mainly concerned with Java and
Apex, but supports 16 other languages. It comes with 400+ built-in rules. It can be
extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees
(AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query.
Currently, PMD supports Java, JavaScript, Salesforce.com Apex and Visualforce,
Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, Maven POM, HTML, XML and XSL.
Scala is supported, but there are currently no Scala rules available.
Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in
Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin,
Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and
Visualforce, Scala, Swift, T-SQL, Typescript, Apache Velocity, WSDL, XML and XSL.
Artifact pmd-core
Group edu.hm.hafner
Version 7.7.0-metrics-2
Last update 09. November 2024
Organization not specified
URL https://pmd.github.io/pmd-core/
License BSD-style
Dependencies amount 13
Dependencies slf4j-api, jul-to-slf4j, antlr4-runtime, Saxon-HE, xmlresolver, xmlresolver, commons-lang3, asm, gson, error_prone_annotations, checker-qual, pcollections, nice-xml-messages,
There are maybe transitive dependencies!
Group edu.hm.hafner
Version 7.7.0-metrics-2
Last update 09. November 2024
Organization not specified
URL https://pmd.github.io/pmd-core/
License BSD-style
Dependencies amount 13
Dependencies slf4j-api, jul-to-slf4j, antlr4-runtime, Saxon-HE, xmlresolver, xmlresolver, commons-lang3, asm, gson, error_prone_annotations, checker-qual, pcollections, nice-xml-messages,
There are maybe transitive dependencies!
pmd-compat6 from group net.sourceforge.pmd (version 7.2.0)
0 downloads
Artifact pmd-compat6
Group net.sourceforge.pmd
Version 7.2.0
Last update 31. May 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies pmd-core, pmd-java, pmd-javascript, pmd-jsp, pmd-cs,
There are maybe transitive dependencies!
Group net.sourceforge.pmd
Version 7.2.0
Last update 31. May 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies pmd-core, pmd-java, pmd-javascript, pmd-jsp, pmd-cs,
There are maybe transitive dependencies!
pmd-vm from group net.sourceforge.pmd (version 7.0.0-rc4)
3 downloads
Artifact pmd-vm
Group net.sourceforge.pmd
Version 7.0.0-rc4
Last update 30. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies javacc, pmd-core, commons-lang3, saxon,
There are maybe transitive dependencies!
Group net.sourceforge.pmd
Version 7.0.0-rc4
Last update 30. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies javacc, pmd-core, commons-lang3, saxon,
There are maybe transitive dependencies!
pmd-apex-jorje from group net.sourceforge.pmd (version 7.0.0-rc4)
Group: net.sourceforge.pmd Artifact: pmd-apex-jorje
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact pmd-apex-jorje
Group net.sourceforge.pmd
Version 7.0.0-rc4
Last update 30. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 17
Dependencies cglib, logback-classic, logback-core, jsr305, gson, error_prone_annotations, guava, j2objc-annotations, antlr-runtime, stringtemplate, commons-lang3, animal-sniffer-annotations, jol-core, slf4j-api, snakeyaml, aopalliance, javax.inject,
There are maybe transitive dependencies!
Group net.sourceforge.pmd
Version 7.0.0-rc4
Last update 30. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 17
Dependencies cglib, logback-classic, logback-core, jsr305, gson, error_prone_annotations, guava, j2objc-annotations, antlr-runtime, stringtemplate, commons-lang3, animal-sniffer-annotations, jol-core, slf4j-api, snakeyaml, aopalliance, javax.inject,
There are maybe transitive dependencies!
JBSqlUtils from group io.github.josecarlosbran (version 1.1.8)
JBSqlUtils es un ORM desarrollado en java por José Carlos Alfredo Bran Aguirre que permite gestionar BD's
SQLite,
MySQL, PostgreSQL y SQLServer, de una manera fácil y rápida sin interrumpir la ejecución del hilo principal
del programa, lo cual la hace un potente ORM para aplicaciones android y sistemas empresariales que tengan
la necesidad de poder conectarse a alguna de estas 4 tipos de BD's, cabe mencionar que para ello utiliza
el SQLite JDBC de org.xerial, org.postgresql, mysql y com.microsoft.sqlserver. Para mayor información,
consultar el siguiente enlace https://github.com/JoseCarlosBran/JBSqlUtils/blob/master/Readme.md
Group: io.github.josecarlosbran Artifact: JBSqlUtils
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact JBSqlUtils
Group io.github.josecarlosbran
Version 1.1.8
Last update 03. September 2023
Organization not specified
URL https://github.com/JoseCarlosBran/JBSqlUtils/blob/master/Readme.md
License The Apache License, Version 2.0
Dependencies amount 7
Dependencies LogsJBSupport, sqlite-jdbc, postgresql, mysql-connector-java, mssql-jdbc, commons-lang3, json,
There are maybe transitive dependencies!
Group io.github.josecarlosbran
Version 1.1.8
Last update 03. September 2023
Organization not specified
URL https://github.com/JoseCarlosBran/JBSqlUtils/blob/master/Readme.md
License The Apache License, Version 2.0
Dependencies amount 7
Dependencies LogsJBSupport, sqlite-jdbc, postgresql, mysql-connector-java, mssql-jdbc, commons-lang3, json,
There are maybe transitive dependencies!
pmd-java8 from group net.sourceforge.pmd (version 6.55.0)
Artifact pmd-java8
Group net.sourceforge.pmd
Version 6.55.0
Last update 25. February 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies pmd-java, pmd-core,
There are maybe transitive dependencies!
Group net.sourceforge.pmd
Version 6.55.0
Last update 25. February 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies pmd-java, pmd-core,
There are maybe transitive dependencies!
pmd from group pmd (version 4.3)
<p>PMD scans Java source code and looks for potential problems like:</p>
<ul>
<li>Possible bugs - empty try/catch/finally/switch statements</li>
<li>Dead code - unused local variables, parameters and private methods</li>
<li>Suboptimal code - wasteful String/StringBuffer usage</li>
<li>Overcomplicated expressions - unnecessary if statements, for loops that could be while loops</li>
<li>Duplicate code - copied/pasted code means copied/pasted bugs</li>
</ul>
<p>You can <b><a href="http://sourceforge.net/project/showfiles.php?group_id=56262">download everything from here</a></b>, and you can get an overview of all the rules at the <a href="rules/index.html">rulesets index</a> page.</p>
<p>PMD is <a href="integrations.html">integrated</a> with JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, and Emacs.</p>
Artifact pmd
Group pmd
Version 4.3
Last update 11. November 2011
Organization InfoEther
URL http://pmd.sourceforge.net/
License BSD-style
Dependencies amount 4
Dependencies ant, jaxen, asm, junit,
There are maybe transitive dependencies!
Group pmd
Version 4.3
Last update 11. November 2011
Organization InfoEther
URL http://pmd.sourceforge.net/
License BSD-style
Dependencies amount 4
Dependencies ant, jaxen, asm, junit,
There are maybe transitive dependencies!
pmd-jdk14 from group pmd (version 4.2.5)
<p>PMD scans Java source code and looks for potential problems like:</p>
<ul>
<li>Possible bugs - empty try/catch/finally/switch statements</li>
<li>Dead code - unused local variables, parameters and private methods</li>
<li>Suboptimal code - wasteful String/StringBuffer usage</li>
<li>Overcomplicated expressions - unnecessary if statements, for loops that could be while loops</li>
<li>Duplicate code - copied/pasted code means copied/pasted bugs</li>
</ul>
<p>You can <b><a href="http://sourceforge.net/project/showfiles.php?group_id=56262">download everything from here</a></b>, and you can get an overview of all the rules at the <a href="rules/index.html">rulesets index</a> page.</p>
<p>PMD is <a href="integrations.html">integrated</a> with JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, and Emacs.</p>
2 downloads
Artifact pmd-jdk14
Group pmd
Version 4.2.5
Last update 09. February 2009
Organization InfoEther
URL http://pmd.sourceforge.net/
License not specified
Dependencies amount 6
Dependencies ant, jaxen, asm, junit, backport-util-concurrent, retroweaver-rt,
There are maybe transitive dependencies!
Group pmd
Version 4.2.5
Last update 09. February 2009
Organization InfoEther
URL http://pmd.sourceforge.net/
License not specified
Dependencies amount 6
Dependencies ant, jaxen, asm, junit, backport-util-concurrent, retroweaver-rt,
There are maybe transitive dependencies!
Page 25 from 30 (items total 300)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy