Download JAR files tagged by would with all dependencies
sumatera from group io.github.febialfarabi (version 1.0.22)
@Sumatera
Model converter from ORM class to regular pojo class, the ORM term is a modelling class that doesn't like regular pojo, such like @Entity from JPA/Hibernate and so on.
It can be used for mapping regular object, post data in request body where you cannot put ORM class directly in a parameter, or you cannot convert to json directly, or any other problem regarding it.
You don't need anymore to create duplicate Dto / Pojo class which represent ORM class, just write your ORM class and annotate it with @Sumatera, then the regular pojo class would be generated for you.
0 downloads
Artifact sumatera
Group io.github.febialfarabi
Version 1.0.22
Last update 17. February 2021
Organization not specified
URL https://github.com/febiAlfarabi/pojoing
License The Alfarabi License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group io.github.febialfarabi
Version 1.0.22
Last update 17. February 2021
Organization not specified
URL https://github.com/febiAlfarabi/pojoing
License The Alfarabi License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
oxalis-integration-test from group no.difi.oxalis (version 4.0.0-RC2)
Oxalis integration test.
Compiles and packages everything, after which the web container
is started in the pre-integration-test phase, the .war file is deployed
and the tests are executed in the integration-test phase.
After the tests have been executed, the web container is stopped in
the post-integration-test phase.
The reason for using failsafe is the fact that Surefire would fail the build
in the integration-test phase, without taking down the server in the
post-integration-test phase.
This implementation uses Tomcat, but you may change this to your liking.
See http://cargo.codehaus.org/Maven2+plugin for more information.
Artifact oxalis-integration-test
Group no.difi.oxalis
Version 4.0.0-RC2
Last update 01. March 2017
Organization Norwegian Agency for Public Management and eGovernment (Difi)
URL https://github.com/difi/oxalis
License not specified
Dependencies amount 7
Dependencies oxalis-as2, oxalis-inbound, oxalis-outbound, oxalis-statistics, httpclient, jcl-over-slf4j, logback-classic,
There are maybe transitive dependencies!
Group no.difi.oxalis
Version 4.0.0-RC2
Last update 01. March 2017
Organization Norwegian Agency for Public Management and eGovernment (Difi)
URL https://github.com/difi/oxalis
License not specified
Dependencies amount 7
Dependencies oxalis-as2, oxalis-inbound, oxalis-outbound, oxalis-statistics, httpclient, jcl-over-slf4j, logback-classic,
There are maybe transitive dependencies!
blazegraph-gremlin from group com.blazegraph (version 1.0.0)
jbi_framework from group net.open-esb.core (version 2.4.3)
xapi-jre from group net.wetheinter (version 0.5)
This module exists solely to package all other jre modules into a single
uber jar. This makes deploying to non-mavenized targets much easier.
Of course, you would be wise to inherit your dependencies individually;
the uber jar is intended for projects like collide,
which have complex configuration, and adding many jars would be a pain.
It also allows dependent modules to discover new features,
as modules graduate from labs to final, they will be added here.
As you type X_, autocomplete will expose newly added services.
2 downloads
Artifact xapi-jre
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
viewer from group com.groupdocs (version 2.1.0)
GroupDocs.Viewer is an online document viewer that lets you read documents in your browser, regardless of
whether you have the software that they were created in. You can view many types to word processing documents
(DOC, DOCX, TXT, RTF, ODT), presentations (PPT, PPTX), spreadsheets (XLS, XLSX), portable files (PDF), and image
files (JPG, BMP, GIF, TIFF). For each file, you get a high-fidelity rendering, showing the document just as it
would if you opened it in the software it was created in. Layout and formatting is retained and you see an exact
copy of the original.
GroupDocs.Viewer lets you really read the document. You can search text documents, copy text and even embed the
document – GroupDocs.Viewer and all - in a web page. You can print or download the file from GroupDocs.Viewer if
you need to work with it offline.
Artifact viewer
Group com.groupdocs
Version 2.1.0
Last update 02. June 2014
Organization not specified
URL http://maven.apache.org
License GroupDocs License, Version 1.0
Dependencies amount 15
Dependencies jackson-core, jackson-databind, thumbnailator, json, commons-io, commons-codec, com.springsource.javax.media.jai.core, encrypter, bcprov-jdk16, cells, email, imaging, pdf, slides, words,
There are maybe transitive dependencies!
Group com.groupdocs
Version 2.1.0
Last update 02. June 2014
Organization not specified
URL http://maven.apache.org
License GroupDocs License, Version 1.0
Dependencies amount 15
Dependencies jackson-core, jackson-databind, thumbnailator, json, commons-io, commons-codec, com.springsource.javax.media.jai.core, encrypter, bcprov-jdk16, cells, email, imaging, pdf, slides, words,
There are maybe transitive dependencies!
multiverse-scala from group org.multiverse (version 0.5.2)
Scala classes to allow more elegant use of Multiverse from Scala. Atm the functionality
is quite limited since not a lot of effort was put in the Scala integration. For the 0.6 release
Multiverse should be able to work with in Scala written transactional objects configured with
the Multiverse annotations. So that would reduce the need for this library, although in Scala
they want to have special Scala 'interfaces' that provide some syntactic sugar to use java collections
in Scala. So this module would be the good location for that. If anyone would like to help
improving the Multiverse/Scala integration, please don't hesitate to join.
Artifact multiverse-scala
Group org.multiverse
Version 0.5.2
Last update 26. May 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies multiverse-core, scala-library,
There are maybe transitive dependencies!
Group org.multiverse
Version 0.5.2
Last update 26. May 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies multiverse-core, scala-library,
There are maybe transitive dependencies!
org.pojava.datetime from group org.pojava (version 3.0.0)
POJava DateTime is a simple, light-weight Java-based API for parsing and manipulating dates.
It parses dates from most languages and formats out of the box without having to specify which
format is expected. Defaults such as time zones, and whether to interpret an internationally
ambiguous date like "03/06/2014" as DMY order or MDY order are inferred by system time zone
and locale and stored in a default config object that can be replaced or overridden. Multiple
languages for month names are supported without any additional configuration needed.
The net effect the default parser for a server in Paris would have a different automatic
configuration from a server in New York. Throw a random local date at either, and it'll
parse it as expected. If your server supports customers from multiple locales and time zones,
then each can be specified when parsing a date/time to resolve any ambiguities.
Artifact org.pojava.datetime
Group org.pojava
Version 3.0.0
Last update 11. March 2014
Organization not specified
URL http://www.pojava.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.pojava
Version 3.0.0
Last update 11. March 2014
Organization not specified
URL http://www.pojava.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
antlr3-maven-plugin from group org.antlr (version 3.5.3)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
1 downloads
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.5.3
Last update 10. April 2022
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Group org.antlr
Version 3.5.3
Last update 10. April 2022
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
netbeans-color-codes-preview from group com.junichi11.netbeans.modules (version 0.13.4)
Show color codes preview per line in a sidebar area of an editor.
<h2>Disable / Enable</h2>
Check/Uncheck View > Show Colors
<h2>Supported color patterns</h2>
<ul>
<li>Hex color code (e.g. #ffffff, #000)</li>
<li>Css rgb/rgba values (e.g. rgb(0,0,0), rgba(255, 255, 255, 0.8))</li>
<li>Css hsl/hsla values (e.g. hsl(0, 100%, 50%), hsla(120, 100%, 50%, 0.5))</li>
<li>Named colors (e.g. red, blue)</li>
<li>Java Color class (e.g. Color.black, new Color(100, 100, 100))</li>
</ul>
<h2>Multiple colors</h2>
<ul>
<li>Show top two colors in a sidebar if there are multiple colors in a line.</li>
<li>If you want to check all colors, please click a specific rectangle. They will be shown as a list.</li>
</ul>
<h2>Change a color using the color chooser</h2>
<ul>
<li>Click a colored rectangle</li>
<li>Click a color value of a list</li>
<li>Select a new color in the color chooser</li>
<li>An old color value will be changed to new one with the same format</li>
</ul>
<h2>Generate color codes</h2><p>You can generate color codes via a code generator(<kbd>Alt</kbd> + <kbd>Ins</kbd>).</p>
<ol>
<li>Run a code generator(Alt + Ins)</li>
<li>Choose <code>Color...</code></li>
<li>Choose format you expect (e.g. <code>new Color(r, g, b)</code>)</li>
<li>Choose a color</li>
<li>Click the OK button</li>
<li>A color code is generated at the caret position</li>
</ol>
<h2>Options</h2>
Tools > Options > Miscellaneous > Color Codes Preview
<h3>Regex for enabled mime-types for Hex and CSS colors</h3>
Default value is `^text/(x-)?(css|less|sass|scss)$`.
If you would like to disable/enable some mime-types, please change the default regex.
This pattern is used when the plugin checks a mime-type.
<h3>Named Colors</h3>
This option is `false` by default. If you would like to show named colors, please check it.
<h2>NOTE</h2>
<ul>
<li>If you would like to show colors of `Color.decode(<hex>)` e.g. `Color.decode(#000000)`, Please add `java` to "Regex for enabled mime-types" of Hex and CSS e.g. (`^text/(x-)?(css|less|sass|scss|java)$`)</li>
<li>Colors may be shown if they are not color codes. e.g. "#feature" contains #fea. This plugin recognizes it as a hex color code.</li>
<li>If you use the GTK Look and Feel, you cannot change an alpha value in the color chooser.</li>
<li>Hsl or hsla color values may not be changed correctly when you use the color chooser. (There may be 1% errors.)</li>
</ul>
0 downloads
Artifact netbeans-color-codes-preview
Group com.junichi11.netbeans.modules
Version 0.13.4
Last update 10. October 2021
Organization not specified
URL https://github.com/junichi11/netbeans-color-codes-preview
License Apache License, Version 2.0
Dependencies amount 16
Dependencies org-netbeans-api-annotations-common, org-netbeans-modules-editor-lib2, org-netbeans-modules-editor-lib, org-openide-util, org-openide-util-ui, org-netbeans-modules-editor-mimelookup, org-openide-util-lookup, org-netbeans-modules-editor-settings, org-netbeans-modules-editor, org-openide-dialogs, org-netbeans-modules-editor-fold, org-openide-text, org-netbeans-modules-options-api, org-openide-awt, org-netbeans-modules-editor-document, org-openide-modules,
There are maybe transitive dependencies!
Group com.junichi11.netbeans.modules
Version 0.13.4
Last update 10. October 2021
Organization not specified
URL https://github.com/junichi11/netbeans-color-codes-preview
License Apache License, Version 2.0
Dependencies amount 16
Dependencies org-netbeans-api-annotations-common, org-netbeans-modules-editor-lib2, org-netbeans-modules-editor-lib, org-openide-util, org-openide-util-ui, org-netbeans-modules-editor-mimelookup, org-openide-util-lookup, org-netbeans-modules-editor-settings, org-netbeans-modules-editor, org-openide-dialogs, org-netbeans-modules-editor-fold, org-openide-text, org-netbeans-modules-options-api, org-openide-awt, org-netbeans-modules-editor-document, org-openide-modules,
There are maybe transitive dependencies!
Page 13 from 17 (items total 167)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy