MVN

com.brentcroft.tools : materializer

Maven & Gradle

Jan 19, 2023
1 usages
0 stars

Brentcroft Materializer · Materialize and validate objects from XML.

<dependency>
    <groupId>com.brentcroft.tools</groupId>
    <artifactId>materializer</artifactId>
    <version>00.01.06</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 00.01.06

All Versions

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

Version Vulnerabilities Updated
00.01.x
materializer-00.01.06
materializer-00.01.05
materializer-00.01.04
materializer-00.01.03
materializer-00.01.02
materializer-00.01.01
00.00.x
materializer-00.00.09
materializer-00.00.08
materializer-00.00.07
materializer-00.00.06
materializer-00.00.05
materializer-00.00.04
materializer-00.00.03
materializer-00.00.02
materializer-00.00.01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.brentcroft.tools</groupId>
    <artifactId>materializer</artifactId>
    <version>00.01.06</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.brentcroft.tools:materializer:00.01.06'

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

implementation("com.brentcroft.tools:materializer:00.01.06")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.brentcroft.tools" % "materializer" % "00.01.06"

Advertisement