MVN

org.jomc.build : jomc-build-resources

Maven & Gradle

Apr 02, 2016
1 usages

JOMC Build ��� Resources · Object management and configuration build resources.

<dependency>
    <groupId>org.jomc.build</groupId>
    <artifactId>jomc-build-resources</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jomc.build : jomc-build-resources to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of org.jomc.build : jomc-build-resources to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
jomc-build-resources-1.10
1.9
jomc-build-resources-1.9
1.8
jomc-build-resources-1.8
1.7
jomc-build-resources-1.7
1.6
jomc-build-resources-1.6
1.5
jomc-build-resources-1.5
1.4
jomc-build-resources-1.4
1.3
jomc-build-resources-1.3
1.2
jomc-build-resources-1.2
1.1
jomc-build-resources-1.1
1.0
jomc-build-resources-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jomc.build</groupId>
    <artifactId>jomc-build-resources</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jomc.build:jomc-build-resources:1.10'

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

implementation("org.jomc.build:jomc-build-resources:1.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jomc.build" % "jomc-build-resources" % "1.10"