MVN

com.brentcroft.tools : el-model

Maven & Gradle

Apr 05, 2023
0 stars

Brentcroft EL Model · Hierarchical Map, materialized from JSON, XML and properties, supporting EL plates.

<dependency>
    <groupId>com.brentcroft.tools</groupId>
    <artifactId>el-model</artifactId>
    <version>01.01.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.brentcroft.tools : el-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 01.01.33

All Versions

Choose a version of com.brentcroft.tools : el-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
01.01.x
el-model-01.01.33
el-model-01.01.32
el-model-01.01.31
el-model-01.01.30
el-model-01.01.29
el-model-01.01.28
el-model-01.01.27
el-model-01.01.26
el-model-01.01.24
el-model-01.01.23
el-model-01.01.22
el-model-01.01.21
el-model-01.01.20
el-model-01.01.19
el-model-01.01.18
el-model-01.01.17
el-model-01.01.16
el-model-01.01.11
el-model-01.01.10
el-model-01.01.09
el-model-01.01.08
el-model-01.01.06
el-model-01.01.05
el-model-01.01.04
el-model-01.01.03
el-model-01.01.02
el-model-01.01.01

How to add a dependency to Maven

Add the following com.brentcroft.tools : el-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.brentcroft.tools</groupId>
    <artifactId>el-model</artifactId>
    <version>01.01.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.brentcroft.tools : el-model gradle dependency to your build.gradle file:

implementation 'com.brentcroft.tools:el-model:01.01.33'

Gradle Kotlin DSL: Add the following com.brentcroft.tools : el-model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.brentcroft.tools:el-model:01.01.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.brentcroft.tools : el-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.brentcroft.tools" % "el-model" % "01.01.33"