MVN

space.glome : glome-http-schema

Maven & Gradle

Mar 08, 2018
2 usages
2 stars
<dependency>
    <groupId>space.glome</groupId>
    <artifactId>glome-http-schema</artifactId>
    <version>0.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of space.glome : glome-http-schema to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.17

All Versions

Choose a version of space.glome : glome-http-schema to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
glome-http-schema-0.0.17
glome-http-schema-0.0.16
glome-http-schema-0.0.15
glome-http-schema-0.0.14
glome-http-schema-0.0.13
glome-http-schema-0.0.12
glome-http-schema-0.0.11
glome-http-schema-0.0.10
glome-http-schema-0.0.9
glome-http-schema-0.0.8
glome-http-schema-0.0.7
glome-http-schema-0.0.6
glome-http-schema-0.0.5
glome-http-schema-0.0.4
glome-http-schema-0.0.3
glome-http-schema-0.0.2
glome-http-schema-0.0.1

How to add a dependency to Maven

Add the following space.glome : glome-http-schema maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>space.glome</groupId>
    <artifactId>glome-http-schema</artifactId>
    <version>0.0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following space.glome : glome-http-schema gradle dependency to your build.gradle file:

implementation 'space.glome:glome-http-schema:0.0.17'

Gradle Kotlin DSL: Add the following space.glome : glome-http-schema gradle kotlin dependency to your build.gradle.kts file:

implementation("space.glome:glome-http-schema:0.0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following space.glome : glome-http-schema sbt scala dependency to your build.sbt file:

libraryDependencies += "space.glome" % "glome-http-schema" % "0.0.17"

Advertisement