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

Download JAR files tagged by generates with all dependencies

Search JAR files by class name

adif-processor from group uk.m0nom (version 1.3.6)

ADIF Processor visualizes contacts in your input file on Google Earth. It generates a Google Earth Project file, also known as a KML file, with a visualization of each contact in the ADIF/SOTA CSV input file where station locations can be determined. It parses structured tags in comments to enrich the correct ADIF output file. QRZ.com is used to determine station locations and provide additional information in the ADIF output file. The markdown/text file output contains a listing of contacts. The processor contains activity databases for the main outdoor activities such as SOTA, POTA, GMA, HEMA etc.

Group: uk.m0nom Artifact: adif-processor
Show all versions Show documentation Show source 
 

0 downloads
Artifact adif-processor
Group uk.m0nom
Version 1.3.6
Last update 12. April 2024
Organization not specified
URL https://github.com/urbancamo/adif-processor
License Apache License, Version 2.0
Dependencies amount 30
Dependencies aws-java-sdk-s3, jakarta.servlet-api, logback-classic, logback-core, snakeyaml, guava, spring-boot-starter, predict4java, geodesy, nominatim-api, GeographicLib-Java, javaapiforkml, argparse4j, jakarta.xml.bind-api, jaxb-impl, jaxb-runtime, okhttp, commons-csv, commons-lang3, commons-io, eo-yaml, jakarta.activation-api, lombok, httpclient, thymeleaf, maven-gpg-plugin, maven-core, maven-shared-utils, maven-settings, spring-boot-autoconfigure,
There are maybe transitive dependencies!

netbeans-eid-generator from group pl.wavesoftware (version 0.4.0)

<p>Generates a unique Exception ID, that can be used in Java source code.</p> <p>In order to use this plugin type <code>Ctrl+Space</code> inside empty String literal. This will generate new unique identifier as a <i>Code Completion</i>. That generated EID can be used, for example, to identify your exceptions.</p> <p> Example usage (This is technical runtime exception, a posible bug. This plugin can be used to quickly fill unique bug id.):<br /> <code>try {<br /> &nbsp;&nbsp;&nbsp;&nbsp;shuldWorkIfNoBugsExists();<br /> } catch (IOException ex) {<br /> &nbsp;&nbsp;&nbsp;&nbsp;throw new EidRuntimeException("20140218:161429", "Something wrong with HDD, permissions?", ex);<br /> }</code> </p>

Group: pl.wavesoftware Artifact: netbeans-eid-generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact netbeans-eid-generator
Group pl.wavesoftware
Version 0.4.0
Last update 01. December 2015
Organization Wave Software
URL https://github.com/wavesoftware/eid-generator
License The MIT License (MIT)
Dependencies amount 8
Dependencies org-netbeans-api-annotations-common, org-netbeans-modules-editor-completion, org-openide-util, org-openide-util-ui, org-openide-util-lookup, org-netbeans-modules-options-api, org-openide-awt, eid-exceptions,
There are maybe transitive dependencies!

ridor from group nz.ac.waikato.cms.weka (version 1.0.2)

An implementation of a RIpple-DOwn Rule learner. It generates a default rule first and then the exceptions for the default rule with the least (weighted) error rate. Then it generates the "best" exceptions for each exception and iterates until pure. Thus it performs a tree-like expansion of exceptions.The exceptions are a set of rules that predict classes other than the default. IREP is used to generate the exceptions. For more information about Ripple-Down Rules, see: Brian R. Gaines, Paul Compton (1995). Induction of Ripple-Down Rules Applied to Modeling Large Databases. J. Intell. Inf. Syst. 5(3):211-228.

Group: nz.ac.waikato.cms.weka Artifact: ridor
Show all versions Show documentation Show source 
 

1 downloads
Artifact ridor
Group nz.ac.waikato.cms.weka
Version 1.0.2
Last update 26. April 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/ridor
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

stringtemplate from group org.antlr (version 4.0.2)

StringTemplate is a java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developing jGuru.com. StringTemplate also generates the stringtemplate website: http://www.stringtemplate.org and powers the ANTLR v3 code generator. Its distinguishing characteristic is that unlike other engines, it strictly enforces model-view separation. Strict separation makes websites and code generators more flexible and maintainable; it also provides an excellent defense against malicious template authors. There are currently about 600 StringTemplate source downloads a month.

Group: org.antlr Artifact: stringtemplate
Show all versions Show documentation Show source 
 

15 downloads
Artifact stringtemplate
Group org.antlr
Version 4.0.2
Last update 19. May 2011
Organization not specified
URL http://www.stringtemplate.org
License BSD licence
Dependencies amount 1
Dependencies antlr-runtime,
There are maybe transitive dependencies!

sablecc from group sablecc (version 3.2-1)

SableCC is an object-oriented framework that generates compilers (and interpreters) in the Java programming language. This framework is based on two fundamental design decisions. Firstly, the framework uses object-oriented techniques to automatically build a strictly-typed abstract syntax tree. Secondly, the framework generates tree-walker classes using an extended version of the visitor design pattern which enables the implementation of actions on the nodes of the abstract syntax tree using inheritance. These two design decisions lead to a tool that supports a shorter development cycle for constructing compilers.

Group: sablecc Artifact: sablecc
Show all versions Show source 
 

1 downloads
Artifact sablecc
Group sablecc
Version 3.2-1
Last update 25. February 2008
Organization not specified
URL http://sablecc.org
License GNU Lesser General Public License, Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

idaithalam from group io.virtualan (version 1.7.0)

Idaithalam is a low code Test automation Framework, developed using Java and Cucumber. It leverages Behavior Driven Development (BDD). Tester can create test cases/scripts in simple Excel with API Spec. Excel is a simplified way to create Json based test scripts in Idaithalam. Test cases can be created quickly and tested in minutes. As a tester, you need to create Excel and pass it to Idaithalam Framework. First, generate the Json based test scripts(Virtualan Collection) from Excel. During test execution, this test script collection can be directly utilized. Then it generates Feature files from the Virtualan Collection and its executed. Lastly, It generates test report in BDD/Cucumber style. This provide complete testing support for REST APIs, GraphQL, RDBMS DB and Kafka Event messages #idaithalam #apitesting #testautomation #restapitesting #insprintautomation #rdbmstesting #graphqltesting #kafkamessagetesting #eventvalidation #messagevalidation #cucumber #bdd Virtualan Collection is a JSON based TestScripts generated from Excel API testing can be automated using Excel, POSTMAN collection and VIRTUALAN - Utilized for API testing. - Utilized Contract testing. - Utilized Production Checkout. - Agile Testing - Progressive Regression can be done for each sprint. Reduce lot of manual effects.

Group: io.virtualan Artifact: idaithalam
Show all versions Show documentation Show source 
 

0 downloads
Artifact idaithalam
Group io.virtualan
Version 1.7.0
Last update 23. May 2022
Organization not specified
URL https://www.virtualan.io
License Apache License 2.0
Dependencies amount 12
Dependencies cucumblan-api, cucumblan-db, cucumblan-message, jackson-databind, commons-lang3, commons-io, cucumber-reporting, compiler, gherkin-formatter, slf4j-simple, log4j-core, swagger-inflector,
There are maybe transitive dependencies!

randoop from group net.sourceforge.javydreamercsw (version 1.3.2)

Randoop is an automatic unit test generator for Java. It automatically creates unit tests for your classes, in JUnit format. Randoop generates unit tests using feedback-directed random test generation. In a nutshell, this technique randomly, but smartly, generates sequences of methods and constructor invocations for the classes under test, and uses the sequences to create tests. Randoop executes the sequences it creates, using the results of the execution to create assertions that capture the behavior or your program and that catch bugs. Randoop has created tests that find previously unkwon errors even in widely-used libraries including Sun and IBM's JDKs. A .NET version of Randoop, used internally at Microsoft, has been used successfully by a team of test engineers to find errors in a core .NET component that has been heavily tested for years. Randoop's combination of randomized test generation and test execution results in a highly effective test generation technique.

Group: net.sourceforge.javydreamercsw Artifact: randoop
Show documentation Show source 
 

0 downloads
Artifact randoop
Group net.sourceforge.javydreamercsw
Version 1.3.2
Last update 05. December 2012
Organization not specified
URL https://sourceforge.net/projects/randoopmplugin/
License MIT License
Dependencies amount 2
Dependencies manipulation, plume,
There are maybe transitive dependencies!



Page 172 from 172 (items total 1717)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy