MVN

org.opensingular : singular-ui-resources

Maven & Gradle

4 usages

[singular :: common :: ui-static-resources]

<dependency>
    <groupId>org.opensingular</groupId>
    <artifactId>singular-ui-resources</artifactId>
    <version>1.9.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opensingular : singular-ui-resources to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.7
  • Latest Release Candidate: 1.9.1-RC16

All Versions

Choose a version of org.opensingular : singular-ui-resources to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
singular-ui-resources-1.9.7
singular-ui-resources-1.9.7-RC3
singular-ui-resources-1.9.7-RC1
singular-ui-resources-1.9.6
singular-ui-resources-1.9.5
singular-ui-resources-1.9.4
singular-ui-resources-1.9.2
singular-ui-resources-1.9.1-RC16
singular-ui-resources-1.9.1-RC15
singular-ui-resources-1.9.1-RC14
singular-ui-resources-1.9.1-RC3.2
singular-ui-resources-1.9.1-RC3.1
singular-ui-resources-1.9.1
singular-ui-resources-1.9.1-RC12
singular-ui-resources-1.9.1-RC11
singular-ui-resources-1.9.1-RC10
singular-ui-resources-1.9.1-RC9
singular-ui-resources-1.9.1-RC8
singular-ui-resources-1.9.1-RC7
singular-ui-resources-1.9.1-RC6
singular-ui-resources-1.9.1-RC4
singular-ui-resources-1.9.1-RC3
singular-ui-resources-1.9.1-RC2
singular-ui-resources-1.9.1-RC1
singular-ui-resources-1.9.0.1
singular-ui-resources-1.9.0
singular-ui-resources-1.9.0-RC1
1.8.x
singular-ui-resources-1.8.2.4
singular-ui-resources-1.8.2.3
singular-ui-resources-1.8.2.3-RC6
singular-ui-resources-1.8.2.1-RC6
singular-ui-resources-1.8.2.2
singular-ui-resources-1.8.2.1
singular-ui-resources-1.8.2
singular-ui-resources-1.8.2-RC7
singular-ui-resources-1.8.2-RC6
singular-ui-resources-1.8.2-RC5
singular-ui-resources-1.8.2-RC4
singular-ui-resources-1.8.2-RC2
singular-ui-resources-1.8.2-RC3
singular-ui-resources-1.8.2-RC1
singular-ui-resources-1.8.1
singular-ui-resources-1.8.1-RC2
singular-ui-resources-1.8.1-RC1
singular-ui-resources-1.8.0.4
singular-ui-resources-1.8.0.3
singular-ui-resources-1.8.0.2
singular-ui-resources-1.8.0.1
singular-ui-resources-1.8.0
singular-ui-resources-1.8.0-RC2
singular-ui-resources-1.8.0-RC1
1.7.x
singular-ui-resources-1.7.1
singular-ui-resources-1.7.1-RC4
singular-ui-resources-1.7.1-RC3
singular-ui-resources-1.7.1-RC2
singular-ui-resources-1.7.1-RC1
singular-ui-resources-1.7.0.3
singular-ui-resources-1.7.0.2
singular-ui-resources-1.7.0.1
singular-ui-resources-1.7.0
singular-ui-resources-1.7.0-RC3
singular-ui-resources-1.7.0-RC2
singular-ui-resources-1.7.0-RC1
1.6.x
singular-ui-resources-1.6.9.10
singular-ui-resources-1.6.9.9
singular-ui-resources-1.6.9.8
singular-ui-resources-1.6.9.7
singular-ui-resources-1.6.9.6
singular-ui-resources-1.6.9.5
singular-ui-resources-1.6.9.4
singular-ui-resources-1.6.9.3
singular-ui-resources-1.6.9.2
singular-ui-resources-1.6.9.1
singular-ui-resources-1.6.9
singular-ui-resources-1.6.9-RC3
singular-ui-resources-1.6.9-RC2
singular-ui-resources-1.6.9-RC1
singular-ui-resources-1.6.8
singular-ui-resources-1.6.7
singular-ui-resources-1.6.6
singular-ui-resources-1.6.5
singular-ui-resources-1.6.4
singular-ui-resources-1.6.3
singular-ui-resources-1.6.2
singular-ui-resources-1.6.1
singular-ui-resources-1.6.0
1.5.x
singular-ui-resources-1.5.15
singular-ui-resources-1.5.11
singular-ui-resources-1.5.8
singular-ui-resources-1.5.7

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opensingular</groupId>
    <artifactId>singular-ui-resources</artifactId>
    <version>1.9.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opensingular:singular-ui-resources:1.9.7'

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

implementation("org.opensingular:singular-ui-resources:1.9.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opensingular" % "singular-ui-resources" % "1.9.7"