MVN

me.omico.gradm : gradm-runtime

Maven & Gradle

Jul 04, 2023
34 stars

Gradm runtime · Gradm runtime

<dependency>
    <groupId>me.omico.gradm</groupId>
    <artifactId>gradm-runtime</artifactId>
    <version>3.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.omico.gradm : gradm-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.2

All Versions

Choose a version of me.omico.gradm : gradm-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
gradm-runtime-3.3.2
gradm-runtime-3.3.1
gradm-runtime-3.3.0
3.2.x
gradm-runtime-3.2.1
gradm-runtime-3.2.0
3.1.x
gradm-runtime-3.1.2
gradm-runtime-3.1.1
gradm-runtime-3.1.0
3.0.x
gradm-runtime-3.0.0
2.6.x
gradm-runtime-2.6.0
2.5.x
gradm-runtime-2.5.0
2.4.x
gradm-runtime-2.4.0
2.3.x
gradm-runtime-2.3.0
2.2.x
gradm-runtime-2.2.0
2.1.x
gradm-runtime-2.1.0
2.0.x
gradm-runtime-2.0.0
1.7.x
gradm-runtime-1.7.0
1.6.x
gradm-runtime-1.6.0
1.5.x
gradm-runtime-1.5.0
1.4.x
gradm-runtime-1.4.0
1.3.x
gradm-runtime-1.3.0
1.2.x
gradm-runtime-1.2.0
1.1.x
gradm-runtime-1.1.0
1.0.x
gradm-runtime-1.0.0

How to add a dependency to Maven

Add the following me.omico.gradm : gradm-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.omico.gradm</groupId>
    <artifactId>gradm-runtime</artifactId>
    <version>3.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.omico.gradm : gradm-runtime gradle dependency to your build.gradle file:

implementation 'me.omico.gradm:gradm-runtime:3.3.2'

Gradle Kotlin DSL: Add the following me.omico.gradm : gradm-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("me.omico.gradm:gradm-runtime:3.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.omico.gradm : gradm-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "me.omico.gradm" % "gradm-runtime" % "3.3.2"

Advertisement