Download JAR files tagged by tool with all dependencies
semanticturkey-distribution from group it.uniroma2.art.semanticturkey (version 12.2)
Group: it.uniroma2.art.semanticturkey Artifact: semanticturkey-distribution
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact semanticturkey-distribution
Group it.uniroma2.art.semanticturkey
Version 12.2
Last update 09. July 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies st-app,
There are maybe transitive dependencies!
Group it.uniroma2.art.semanticturkey
Version 12.2
Last update 09. July 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies st-app,
There are maybe transitive dependencies!
semanticturkey from group it.uniroma2.art.semanticturkey (version 12.2)
Semantic Turkey parent project. It contains the three modules about: core business logic, core services and firefox extension (ui and client in general) of the system. Three additional modules provide an implementation for the ontology manager to be bundled with the tool, an applet for graph visualization of ontologies and concept schemes and a test suite to run tests on a java client framework.
An ANT build file allows to package the xpi for Firefox installation (read README2BUILD.TXT file for info)
Group: it.uniroma2.art.semanticturkey Artifact: semanticturkey
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact semanticturkey
Group it.uniroma2.art.semanticturkey
Version 12.2
Last update 09. July 2024
Organization ART Group, University of Rome, Tor Vergata
URL https://semanticturkey.uniroma2.it/
License BSD-3-Clause
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group it.uniroma2.art.semanticturkey
Version 12.2
Last update 09. July 2024
Organization ART Group, University of Rome, Tor Vergata
URL https://semanticturkey.uniroma2.it/
License BSD-3-Clause
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
babylon-maven-plugin from group one.edee.oss (version 2024.9.0)
Babylon is a tool to gather messages, and their translations from property files. It performs a round-trip
consisting of two phases: export phase and import phase. In the export phase the messages are written to a
Google Sheets spreadsheet. A translator will then fill in the missing translations. In the import phase,
the spreadsheet (with the missing translations filled out by a translator) is examined, and the newly translated
messages are used to update the respective translation property files. Also, the state of the translation,
snapshot, is written out to a disk in the form of JSON file. Babylon can be run as a Maven plugin
or as a standalone console application.
Artifact babylon-maven-plugin
Group one.edee.oss
Version 2024.9.0
Last update 06. June 2024
Organization FG Forrest, a.s.
URL https://github.com/FgForrest/Babylon/
License MIT License
Dependencies amount 11
Dependencies spring-boot-starter, lombok, jackson-databind, commons-io, apron, google-api-services-sheets, google-oauth-client-jetty, maven-plugin-api, maven-core, maven-plugin-annotations, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!
Group one.edee.oss
Version 2024.9.0
Last update 06. June 2024
Organization FG Forrest, a.s.
URL https://github.com/FgForrest/Babylon/
License MIT License
Dependencies amount 11
Dependencies spring-boot-starter, lombok, jackson-databind, commons-io, apron, google-api-services-sheets, google-oauth-client-jetty, maven-plugin-api, maven-core, maven-plugin-annotations, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!
generator from group org.jaxsb (version 3.0.0)
The JAX-SB Generator is a comprehensive framework to facilitate the use of XML in software languages such as Java. This framework
intends to provide tools that will allow a developer to easily integrate XML interoperability, bind XML Schemas,
and analyze XML Schemas for use with any software. Currently there is only one language and one application
that is supported: XML Binding in Java. Next on the agenda is the development of analysis tools for XML Schema Documents.
For instance, imagine a tool that will allow you to determine whether an XSD complies to best-practices. This tool
will: 1) produce warnings for structures that do not comply to best-practices, 2) tell the developer whether the logical
structure can be transformed linearly to a form that complies to best-practices, and 3) to automatically produce an XSD
that maintains the logical structure of the original document but now fully complies to best-practices. This is just one of many
tools that will be available shortly. In the meantime, check out the binding application.
Artifact generator
Group org.jaxsb
Version 3.0.0
Last update 27. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies google-java-format, guava, io, jci, runtime,
There are maybe transitive dependencies!
Group org.jaxsb
Version 3.0.0
Last update 27. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies google-java-format, guava, io, jci, runtime,
There are maybe transitive dependencies!
apache-rat-project from group org.apache.rat (version 0.16.1)
Apache Rat is a release audit tool. It improves accuracy and efficiency when checking
releases. It is heuristic in nature: making guesses about possible problems. It
will produce false positives and cannot find every possible issue with a release.
Its reports require interpretation.
In response to demands from project quality tool developers, Rat is available as a
library suitable for inclusion in tools. This POM describes that library.
Note that binary compatibility is not guaranteed between 0.x releases.
Apache Rat is developed by the Apache Creadur project, a language and build
agnostic home for software distribution comprehension and audit tools.
Group: org.apache.rat Artifact: apache-rat-project
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact apache-rat-project
Group org.apache.rat
Version 0.16.1
Last update 24. January 2024
Organization Apache Software Foundation
URL https://creadur.apache.org/rat/
License Apache License, Version 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.apache.rat
Version 0.16.1
Last update 24. January 2024
Organization Apache Software Foundation
URL https://creadur.apache.org/rat/
License Apache License, Version 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
ares-boot-base-log from group io.github.aresxue.boot (version 1.0.2)
日志模块,集成log4j2, 提供工具类可静态打印日志, 业务可import通用日志配置(中间件配置和业务基础配置)开箱即用,
另外还提供http接口出入参打印和rpc提供者和消费者的出入参打印(有开关可以热启动和热关闭,同时可在线修改日志级别),
traceId在日志中进行输出以及普通文件日志之外的结构化日志( 供运维采集分析可视化),提供全链路信息(包括tid)跨线程跨线程池的能力
Log module, integrates log4j2, provides tool classes that can print logs statically,
business can import common log configurations (middleware configuration
and business basic configuration) out of the box, and also provides http interface input
and output parameter printing and rpc providers and consumers. Input and output
parameter printing (there is a switch for hot start and hot shutdown, and the log level can be
modified online), traceId is output in the log and structured logs other than ordinary file logs
(for operation and maintenance collection and analysis visualization). The ability to provide
full link information (including tid) across threads across thread pools.
Group: io.github.aresxue.boot Artifact: ares-boot-base-log
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact ares-boot-base-log
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 4
Dependencies ares-boot-util-log, ares-boot-base-trace, ares-boot-base-config, spring-boot-starter-log4j2,
There are maybe transitive dependencies!
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 4
Dependencies ares-boot-util-log, ares-boot-base-trace, ares-boot-base-config, spring-boot-starter-log4j2,
There are maybe transitive dependencies!
DynamicJasper from group ar.com.fdvs (version 5.3.9)
DynamicJasper (DJ) is an API that hides the complexity of Jasper
Reports, it helps developers to save time when designing
simple/medium complexity reports generating the layout of the
report elements automatically. It creates reports dynamically,
defining at runtime the columns, column width (auto width), groups,
variables, fonts, charts, crosstabs, sub reports (that can also be dynamic), page size
and everything else that you can define at design time.
DJ keeps full compatibility with Jasper Reports since
it's a tool that helps create reports programmatically in
a easy way (it only interferes with the creation of the report
design doing the layout of the elements).
You can use the classic .jrxml files as templates while the
content and layout of the report elements are handled by the DJ
API.
http://dynamicjasper.com
241 downloads
Artifact DynamicJasper
Group ar.com.fdvs
Version 5.3.9
Last update 16. August 2023
Organization FDV Solutions
URL https://github.com/FDVSolutions/DynamicJasper
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 3
Dependencies jasperreports, commons-beanutils, xmlgraphics-commons,
There are maybe transitive dependencies!
Group ar.com.fdvs
Version 5.3.9
Last update 16. August 2023
Organization FDV Solutions
URL https://github.com/FDVSolutions/DynamicJasper
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 3
Dependencies jasperreports, commons-beanutils, xmlgraphics-commons,
There are maybe transitive dependencies!
solidblue3 from group it.tidalwave.solidblue3 (version 1.1)
A tool for data backup and consistency.
Architecture and technologies:
+ the classic three-tier architecture is used: Model, DAO, Presentation;
+ [Spring 6 / Spring Boot 3](https://spring.io/) is the reference framework;
+ [SQLite](https://sqlite.org/) is the underlying database;
+ [Spring Data JPA](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/) with [Hibernate](https://hibernate.org/) is used as ORM;
+ JPA entities are separated objects;
+ `Finder` and DCI roles from [TheseFoolishThings](http://tidalwave.it/projects/thesefoolishthings) are used;
+ [SLF4J](https://slf4j.org) and [Logback](https://logback.qos.ch) are used for logging;
+ [TestNG](https://testng.org) and [Mockito](https://site.mockito.org/) are used for testing;
+ [Lombok](https://projectlombok.org) is used for cleaner code.
Group: it.tidalwave.solidblue3 Artifact: solidblue3
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact solidblue3
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL https://tidalwave.bitbucket.io/solidblue3j/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL https://tidalwave.bitbucket.io/solidblue3j/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
solidblue3-model from group it.tidalwave.solidblue3 (version 1.1)
Group: it.tidalwave.solidblue3 Artifact: solidblue3-model
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact solidblue3-model
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies it-tidalwave-util, solidblue3-commons, spring-context, jakarta.transaction-api, jakarta.inject-api,
There are maybe transitive dependencies!
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies it-tidalwave-util, solidblue3-commons, spring-context, jakarta.transaction-api, jakarta.inject-api,
There are maybe transitive dependencies!
solidblue3-dao from group it.tidalwave.solidblue3 (version 1.1)
Group: it.tidalwave.solidblue3 Artifact: solidblue3-dao
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact solidblue3-dao
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies solidblue3-model, solidblue3-commons, it-tidalwave-util, spring-boot-starter-data-jpa,
There are maybe transitive dependencies!
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies solidblue3-model, solidblue3-commons, it-tidalwave-util, spring-boot-starter-data-jpa,
There are maybe transitive dependencies!
Page 675 from 3 (items total 6894)