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

Download JAR files tagged by personal with all dependencies

Search JAR files by class name

mvvm-core-testing from group io.github.mayconcardoso (version 2.1.0)

This is only a personal implementation of MVVM architecture that makes your life easier by helping you to keep your screen components independently. It also has a concept of "interaction" defining exactly what the user can do on your screen turning the testing process extremely easier, once now you are able to test the "state" of your app.

Group: io.github.mayconcardoso Artifact: mvvm-core-testing
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact mvvm-core-testing
Group io.github.mayconcardoso
Version 2.1.0
Last update 07. April 2023
Organization not specified
URL https://github.com/MayconCardoso/Mvvm-Architecture-Toolkit
License MIT license
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

mvvm-core-ktx from group io.github.mayconcardoso (version 2.1.0)

This is only a personal implementation of MVVM architecture that makes your life easier by helping you to keep your screen components independently. It also has a concept of "interaction" defining exactly what the user can do on your screen turning the testing process extremely easier, once now you are able to test the "state" of your app.

Group: io.github.mayconcardoso Artifact: mvvm-core-ktx
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact mvvm-core-ktx
Group io.github.mayconcardoso
Version 2.1.0
Last update 07. April 2023
Organization not specified
URL https://github.com/MayconCardoso/Mvvm-Architecture-Toolkit
License MIT license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

mvvm-core from group io.github.mayconcardoso (version 2.1.0)

This is only a personal implementation of MVVM architecture that makes your life easier by helping you to keep your screen components independently. It also has a concept of "interaction" defining exactly what the user can do on your screen turning the testing process extremely easier, once now you are able to test the "state" of your app.

Group: io.github.mayconcardoso Artifact: mvvm-core
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact mvvm-core
Group io.github.mayconcardoso
Version 2.1.0
Last update 07. April 2023
Organization not specified
URL https://github.com/MayconCardoso/Mvvm-Architecture-Toolkit
License MIT license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

simple-recyclerview from group io.github.mayconcardoso (version 2.1.0)

This is only a personal implementation of MVVM architecture that makes your life easier by helping you to keep your screen components independently. It also has a concept of "interaction" defining exactly what the user can do on your screen turning the testing process extremely easier, once now you are able to test the "state" of your app.

Group: io.github.mayconcardoso Artifact: simple-recyclerview
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact simple-recyclerview
Group io.github.mayconcardoso
Version 2.1.0
Last update 07. April 2023
Organization not specified
URL https://github.com/MayconCardoso/Mvvm-Architecture-Toolkit
License MIT license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

networking from group io.github.mayconcardoso (version 2.1.0)

This is only a personal implementation of MVVM architecture that makes your life easier by helping you to keep your screen components independently. It also has a concept of "interaction" defining exactly what the user can do on your screen turning the testing process extremely easier, once now you are able to test the "state" of your app.

Group: io.github.mayconcardoso Artifact: networking
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact networking
Group io.github.mayconcardoso
Version 2.1.0
Last update 07. April 2023
Organization not specified
URL https://github.com/MayconCardoso/Mvvm-Architecture-Toolkit
License MIT license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

postgresql-test-datasource from group dk.kosmisk (version 1.0.2)

An integration test helper designed for dk.kosmisk:postgresql-maven-plugin. It is able to create a DataSource that connects to a postgresql, given a system-property with a port in it and a database name, or a URI in an environment variable or from PG* environment variables or to a personal PostgreSQL instance, with user/password/database-name which is the same as the user name for the user running the tests.

Group: dk.kosmisk Artifact: postgresql-test-datasource
Show all versions Show documentation Show source 
 

0 downloads
Artifact postgresql-test-datasource
Group dk.kosmisk
Version 1.0.2
Last update 10. November 2019
Organization not specified
URL https://github.com/kosmisk-dk/postgresql-test-datasource/
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies commons-dbcp2, annotations,
There are maybe transitive dependencies!

cleanup from group com.itextpdf (version 4.0.3)

Group: com.itextpdf Artifact: cleanup
Show all versions Show documentation Show source 
 

22 downloads
Artifact cleanup
Group com.itextpdf
Version 4.0.3


jsgen from group com.github.jochenw (version 1.2)

Jsgen is a Java Source Generation Framework: That means, it should be a valuable tool, if you intend to write a custom generator for Java sources. As such, it is the successor of a previous framework, called JaxMeJS (http://jaxme.sourceforge.net/JaxMeJS/docs/index.html). The predecessor came into being as a standalone project. It was incorporated into the bigger JaxMe project, when the latter was adopted by the Apache Webservices project. And it was buried as part of the bigger project, when the latter was moved to the Apache Attic (http://svn.apache.org/repos/asf/webservices/archive/jaxme/). That was fine for quite some time, because the latest released version (JaxMeJS 0.5.2) did its job quite well. Over the years, however, the Java language has evolved, and the lack of support for features like Generics, or Annotations, became a burden. Hence the Successor: Jsgen picks up, where JaxMeJS ended. It is, however, a complete rewrite with several additional features, that the author considers to be important for modern Java applications: 1. It supports Generics. 2. It supports Annotations. 3. The builder pattern has been adopted. Almost all important classes are implemented as builders. This should make writing the actual source generators much more concise, and maintainable, than it used to be before. 4. The code style is configurable. Code styles allow you to concentrate on the actual work. The resulting Jave source will look nicely formatted, anyways. As of this writing, you can select between two builtin code styles: - The default code style is basically the authors personal free style, roughly comparable to the default code style of the Eclipse Java IDE. - As an alternative, there is also a Maven code style, which is widely used in the Open Source communities. Compared to the default style, it is less concise, if not even a bit verbose. On the other hand, it is widely adopted by projects in the vicinity of {{{https://maven.apache.org}Apache Maven}}. 5. Import lists are created, and sorted, automatically.

Group: com.github.jochenw Artifact: jsgen
Show documentation Show source 
 

0 downloads
Artifact jsgen
Group com.github.jochenw
Version 1.2
Last update 10. November 2019
Organization not specified
URL https://jochenw.github.io/jsgen
License Apache License, Version 2.0
Dependencies amount 1
Dependencies jsr305,
There are maybe transitive dependencies!



Page 41 from 41 (items total 408)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy