License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdorg.easyb |
ArtifactId | ArtifactIdeasyb-composite-groovy |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEasyb composite
This composite contains a restricted version of easyb-core, so that people can depend on named releases of easyb without having to keep a version range of easyb-core
if they so wish. It provides compatibility with existing uses of easyb.
|
Project URL |
Project URL |
Filename | Size |
---|---|
easyb-composite-groovy-1.2.pom | 989 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.easyb/easyb-composite-groovy/ -->
<dependency>
<groupId>org.easyb</groupId>
<artifactId>easyb-composite-groovy</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.easyb/easyb-composite-groovy/
implementation 'org.easyb:easyb-composite-groovy:1.2'
// https://jarcasting.com/artifacts/org.easyb/easyb-composite-groovy/
implementation ("org.easyb:easyb-composite-groovy:1.2")
'org.easyb:easyb-composite-groovy:pom:1.2'
<dependency org="org.easyb" name="easyb-composite-groovy" rev="1.2">
<artifact name="easyb-composite-groovy" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.easyb', module='easyb-composite-groovy', version='1.2')
)
libraryDependencies += "org.easyb" % "easyb-composite-groovy" % "1.2"
[org.easyb/easyb-composite-groovy "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.3.6 |