MVN

com.gsralex : gdata-bean

Maven & Gradle

Nov 02, 2018
7 stars
<dependency>
    <groupId>com.gsralex</groupId>
    <artifactId>gdata-bean</artifactId>
    <version>1.077</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gsralex : gdata-bean to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.077

All Versions

Choose a version of com.gsralex : gdata-bean to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.077
gdata-bean-1.077
1.076
gdata-bean-1.076
1.075
gdata-bean-1.075
1.073
gdata-bean-1.073
1.07
gdata-bean-1.07
1.06
gdata-bean-1.06

How to add a dependency to Maven

Add the following com.gsralex : gdata-bean maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gsralex</groupId>
    <artifactId>gdata-bean</artifactId>
    <version>1.077</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gsralex : gdata-bean gradle dependency to your build.gradle file:

implementation 'com.gsralex:gdata-bean:1.077'

Gradle Kotlin DSL: Add the following com.gsralex : gdata-bean gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gsralex:gdata-bean:1.077")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gsralex : gdata-bean sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gsralex" % "gdata-bean" % "1.077"