MVN

org.codehaus.groovy : groovy-binary

Maven & Gradle

Aug 22, 2023
2 usages
5k stars

Apache Groovy · Groovy: A powerful, dynamic language for the JVM

<dependency>
    <groupId>org.codehaus.groovy</groupId>
    <artifactId>groovy-binary</artifactId>
    <version>2.5.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.groovy : groovy-binary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.23
  • Latest Release Candidate: 3.0.0-rc-3
  • Latest Beta: 3.0.0-beta-3
  • Latest Alpha: 3.0.0-alpha-4

All Versions

Choose a version of org.codehaus.groovy : groovy-binary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
groovy-binary-3.0.19
groovy-binary-3.0.18
groovy-binary-3.0.17
groovy-binary-3.0.16
groovy-binary-3.0.15
groovy-binary-3.0.14
groovy-binary-3.0.13
groovy-binary-3.0.12
groovy-binary-3.0.11
groovy-binary-3.0.10
groovy-binary-3.0.9
groovy-binary-3.0.8
groovy-binary-3.0.7
groovy-binary-3.0.6
groovy-binary-3.0.5
groovy-binary-3.0.4
groovy-binary-3.0.3
groovy-binary-3.0.2
groovy-binary-3.0.1
groovy-binary-3.0.0
groovy-binary-3.0.0-rc-3
groovy-binary-3.0.0-rc-2
groovy-binary-3.0.0-rc-1
groovy-binary-3.0.0-beta-3
groovy-binary-3.0.0-beta-2
groovy-binary-3.0.0-beta-1
groovy-binary-3.0.0-alpha-4
groovy-binary-3.0.0-alpha-3
groovy-binary-3.0.0-alpha-2
groovy-binary-3.0.0-alpha-1
2.6.x
groovy-binary-2.6.0-alpha-4
groovy-binary-2.6.0-alpha-3
groovy-binary-2.6.0-alpha-2
groovy-binary-2.6.0-alpha-1
2.5.x
groovy-binary-2.5.23
groovy-binary-2.5.22
groovy-binary-2.5.21
groovy-binary-2.5.20
groovy-binary-2.5.19
groovy-binary-2.5.18
groovy-binary-2.5.17
groovy-binary-2.5.16
groovy-binary-2.5.15
groovy-binary-2.5.14
groovy-binary-2.5.13
groovy-binary-2.5.12
groovy-binary-2.5.11
groovy-binary-2.5.10
groovy-binary-2.5.9
groovy-binary-2.5.8
groovy-binary-2.5.7
groovy-binary-2.5.6
groovy-binary-2.5.5
groovy-binary-2.5.4
groovy-binary-2.5.3
groovy-binary-2.5.2
groovy-binary-2.5.1
groovy-binary-2.5.0
groovy-binary-2.5.0-rc-3
groovy-binary-2.5.0-rc-2
groovy-binary-2.5.0-rc-1
groovy-binary-2.5.0-beta-3
groovy-binary-2.5.0-beta-2
groovy-binary-2.5.0-beta-1
groovy-binary-2.5.0-alpha-1
2.4.x
groovy-binary-2.4.21
groovy-binary-2.4.20
groovy-binary-2.4.19
groovy-binary-2.4.18
groovy-binary-2.4.17
groovy-binary-2.4.16
groovy-binary-2.4.15
groovy-binary-2.4.14
groovy-binary-2.4.13
groovy-binary-2.4.12
groovy-binary-2.4.11
groovy-binary-2.4.10
groovy-binary-2.4.9
groovy-binary-2.4.8
groovy-binary-2.4.7
groovy-binary-2.4.6
groovy-binary-2.4.5
groovy-binary-2.4.4
groovy-binary-2.4.3
groovy-binary-2.4.2
groovy-binary-2.4.1
groovy-binary-2.4.0
groovy-binary-2.4.0-rc-2
groovy-binary-2.4.0-rc-1
groovy-binary-2.4.0-beta-4
groovy-binary-2.4.0-beta-3
groovy-binary-2.4.0-beta-2
groovy-binary-2.4.0-beta-1
2.3.x
groovy-binary-2.3.11
groovy-binary-2.3.10
groovy-binary-2.3.9
groovy-binary-2.3.8
groovy-binary-2.3.7
groovy-binary-2.3.6
groovy-binary-2.3.5
groovy-binary-2.3.4
groovy-binary-2.3.3
groovy-binary-2.3.2
groovy-binary-2.3.1
groovy-binary-2.3.0
groovy-binary-2.3.0-rc-4
groovy-binary-2.3.0-rc-2
groovy-binary-2.3.0-rc-1
groovy-binary-2.3.0-beta-2
groovy-binary-2.3.0-beta-1
2.2.x
groovy-binary-2.2.2
groovy-binary-2.2.1
groovy-binary-2.2.0
groovy-binary-2.2.0-rc-3
groovy-binary-2.2.0-rc-2
groovy-binary-2.2.0-rc-1
groovy-binary-2.2.0-beta-2
groovy-binary-2.2.0-beta-1

How to add a dependency to Maven

Add the following org.codehaus.groovy : groovy-binary maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.groovy</groupId>
    <artifactId>groovy-binary</artifactId>
    <version>2.5.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.groovy : groovy-binary gradle dependency to your build.gradle file:

implementation 'org.codehaus.groovy:groovy-binary:2.5.23'

Gradle Kotlin DSL: Add the following org.codehaus.groovy : groovy-binary gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.groovy:groovy-binary:2.5.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.groovy : groovy-binary sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.groovy" % "groovy-binary" % "2.5.23"

Advertisement

Dependencies from Group

Aug 22, 2023
3.4k usages
5k stars
Aug 22, 2023
2.1k usages
5k stars
Aug 22, 2023
825 usages
5k stars
Aug 22, 2023
802 usages
5k stars
Aug 22, 2023
778 usages
5k stars

Discover Dependencies

Apr 20, 2021
59 usages
5k stars
May 27, 2022
46 usages
18 stars
Jan 12, 2023
60 usages
1.7k stars
Nov 19, 2016
1 usages
295 stars
Mar 23, 2023
3 usages
136 stars
Oct 21, 2015
838 stars