MVN

com.gu : story-model-thrift

Maven & Gradle

Apr 12, 2019
7 usages
4 stars

story-model-thrift · Story model Thrift files

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>story-model-thrift</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gu : story-model-thrift to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.gu : story-model-thrift to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
story-model-thrift-2.0.1
2.0
story-model-thrift-2.0
1.1
story-model-thrift-1.1
1.0
story-model-thrift-1.0

How to add a dependency to Maven

Add the following com.gu : story-model-thrift maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>story-model-thrift</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gu : story-model-thrift gradle dependency to your build.gradle file:

implementation 'com.gu:story-model-thrift:2.0.1'

Gradle Kotlin DSL: Add the following com.gu : story-model-thrift gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gu:story-model-thrift:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gu : story-model-thrift sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gu" % "story-model-thrift" % "2.0.1"

Advertisement