MVN

org.nakedobjects : runtime

Maven & Gradle

Jun 29, 2009
32 usages

Core Runtime

<dependency>
    <groupId>org.nakedobjects</groupId>
    <artifactId>runtime</artifactId>
    <version>4.0-beta-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nakedobjects : runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0-beta-1
  • Latest Beta: 4.0-beta-1
  • Latest Alpha: 4.0-alpha-4

All Versions

Choose a version of org.nakedobjects : runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0
runtime-4.0-beta-1
runtime-4.0-alpha-4
runtime-4.0-alpha-3
runtime-4.0-alpha-2
runtime-4.0-alpha-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.nakedobjects</groupId>
    <artifactId>runtime</artifactId>
    <version>4.0-beta-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nakedobjects : runtime gradle dependency to your build.gradle file:

implementation 'org.nakedobjects:runtime:4.0-beta-1'

Gradle Kotlin DSL: Add the following org.nakedobjects : runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nakedobjects:runtime:4.0-beta-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nakedobjects : runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nakedobjects" % "runtime" % "4.0-beta-1"

Advertisement