License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcom.chrylis.groovybeans |
ArtifactId | ArtifactIdgroovybeans-examples |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroovyBeans Toolkit examples
example code demonstrating the GBT
|
<!-- https://jarcasting.com/artifacts/com.chrylis.groovybeans/groovybeans-examples/ -->
<dependency>
<groupId>com.chrylis.groovybeans</groupId>
<artifactId>groovybeans-examples</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.chrylis.groovybeans/groovybeans-examples/
implementation 'com.chrylis.groovybeans:groovybeans-examples:0.1.3'
// https://jarcasting.com/artifacts/com.chrylis.groovybeans/groovybeans-examples/
implementation ("com.chrylis.groovybeans:groovybeans-examples:0.1.3")
'com.chrylis.groovybeans:groovybeans-examples:jar:0.1.3'
<dependency org="com.chrylis.groovybeans" name="groovybeans-examples" rev="0.1.3">
<artifact name="groovybeans-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chrylis.groovybeans', module='groovybeans-examples', version='0.1.3')
)
libraryDependencies += "com.chrylis.groovybeans" % "groovybeans-examples" % "0.1.3"
[com.chrylis.groovybeans/groovybeans-examples "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.chrylis.groovybeans : groovybeans-annotations | jar | 0.1.3 |
org.eclipse.persistence : javax.persistence | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | pom | 2.5.2 |