License |
License |
---|---|
Categories |
CategoriesGroovy Languages Mixin Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcom.github.hex0cter |
ArtifactId | ArtifactIdgroovy-mixin |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroovy Mixin
Groovy Mixin library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
groovy-mixin-1.0.0.pom | |
groovy-mixin-1.0.0.jar | 12 KB |
groovy-mixin-1.0.0-sources.jar | 1 KB |
groovy-mixin-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hex0cter/groovy-mixin/ -->
<dependency>
<groupId>com.github.hex0cter</groupId>
<artifactId>groovy-mixin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hex0cter/groovy-mixin/
implementation 'com.github.hex0cter:groovy-mixin:1.0.0'
// https://jarcasting.com/artifacts/com.github.hex0cter/groovy-mixin/
implementation ("com.github.hex0cter:groovy-mixin:1.0.0")
'com.github.hex0cter:groovy-mixin:jar:1.0.0'
<dependency org="com.github.hex0cter" name="groovy-mixin" rev="1.0.0">
<artifact name="groovy-mixin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hex0cter', module='groovy-mixin', version='1.0.0')
)
libraryDependencies += "com.github.hex0cter" % "groovy-mixin" % "1.0.0"
[com.github.hex0cter/groovy-mixin "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.4.6 |
Group / Artifact | Type | Version |
---|---|---|
org.codenarc : CodeNarc | jar | 0.21 |
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |