MVN

org.beigesoft : beigesoft-settings

Maven & Gradle

Feb 11, 2019
2 usages

Beigesoft™ XML settings library. · It helps to quickly make settings for class and its fields of with properties XML. Instead of create a lot of files to describe every class and its fields it use describing by type, by name. E.g. setting "java.lang.Integer"-"INTEGER NOT NULL" will be assigned for every field of this type. Of course it can be overridden by settings for field name and so on. It is used by beige-web to describe how to render an entity and convert from HTML value. It is used by beige-orm to describe how to map an entity to a DBMS. It make simple settings - Map<String, String>, e.g. "title"-"Beige ORM 1.1", class settings Map<String, Map<String, String>>, e.g. "org.model.Customer"-["defaultOrder"-"ITSNAME", "wdgFilterOrder"-"filterOrderStd"], fields settings Map<String, Map<String, Map<String, String>>>, e.g. "org.model.Customer"-["itsId"["wdgNew"-"null", "wdgFilter"-"filterNumber"]]

<dependency>
    <groupId>org.beigesoft</groupId>
    <artifactId>beigesoft-settings</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.beigesoft : beigesoft-settings to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of org.beigesoft : beigesoft-settings to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
beigesoft-settings-1.1.8
beigesoft-settings-1.1.7
beigesoft-settings-1.1.6
beigesoft-settings-1.1.5
beigesoft-settings-1.1.4

How to add a dependency to Maven

Add the following org.beigesoft : beigesoft-settings maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.beigesoft</groupId>
    <artifactId>beigesoft-settings</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.beigesoft : beigesoft-settings gradle dependency to your build.gradle file:

implementation 'org.beigesoft:beigesoft-settings:1.1.8'

Gradle Kotlin DSL: Add the following org.beigesoft : beigesoft-settings gradle kotlin dependency to your build.gradle.kts file:

implementation("org.beigesoft:beigesoft-settings:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.beigesoft : beigesoft-settings sbt scala dependency to your build.sbt file:

libraryDependencies += "org.beigesoft" % "beigesoft-settings" % "1.1.8"

Advertisement

Dependencies from Group

Oct 14, 2019
8 usages
Oct 14, 2019
6 usages
0 stars
Dec 24, 2016
6 usages
Oct 14, 2019
6 usages
Dec 24, 2016
5 usages

Discover Dependencies

Dec 11, 2017
1 usages
0 stars
Oct 16, 2018
3 usages
114 stars
Oct 27, 2021
131 stars
Oct 31, 2018
5 usages
33 stars
Oct 31, 2018
2 usages
33 stars
Oct 31, 2018
1 usages
33 stars