is not current version
Last Version 3.0.10.9

com.intellisrc:groovy-extend 2.5.12.5

Extension to Standard classes using groovy

Categories

Categories

Groovy Languages
GroupId

GroupId

com.intellisrc
ArtifactId

ArtifactId

groovy-extend
Version

Version

2.5.12.5
Type

Type

jar

Download groovy-extend 2.5.12.5


<!-- https://jarcasting.com/artifacts/com.intellisrc/groovy-extend/ -->
<dependency>
    <groupId>com.intellisrc</groupId>
    <artifactId>groovy-extend</artifactId>
    <version>2.5.12.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.intellisrc/groovy-extend/
implementation 'com.intellisrc:groovy-extend:2.5.12.5'
// https://jarcasting.com/artifacts/com.intellisrc/groovy-extend/
implementation ("com.intellisrc:groovy-extend:2.5.12.5")
'com.intellisrc:groovy-extend:jar:2.5.12.5'
<dependency org="com.intellisrc" name="groovy-extend" rev="2.5.12.5">
  <artifact name="groovy-extend" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intellisrc', module='groovy-extend', version='2.5.12.5')
)
libraryDependencies += "com.intellisrc" % "groovy-extend" % "2.5.12.5"
[com.intellisrc/groovy-extend "2.5.12.5"]