License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcom.github.bjoern2 |
ArtifactId | ArtifactIdyolo-tyrion-groovy |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroovy generator for Yolo Tyrion
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
yolo-tyrion-groovy-1.0.0.pom | |
yolo-tyrion-groovy-1.0.0.jar | 3 KB |
yolo-tyrion-groovy-1.0.0-sources.jar | 1 KB |
yolo-tyrion-groovy-1.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bjoern2/yolo-tyrion-groovy/ -->
<dependency>
<groupId>com.github.bjoern2</groupId>
<artifactId>yolo-tyrion-groovy</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bjoern2/yolo-tyrion-groovy/
implementation 'com.github.bjoern2:yolo-tyrion-groovy:1.0.0'
// https://jarcasting.com/artifacts/com.github.bjoern2/yolo-tyrion-groovy/
implementation ("com.github.bjoern2:yolo-tyrion-groovy:1.0.0")
'com.github.bjoern2:yolo-tyrion-groovy:jar:1.0.0'
<dependency org="com.github.bjoern2" name="yolo-tyrion-groovy" rev="1.0.0">
<artifact name="yolo-tyrion-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bjoern2', module='yolo-tyrion-groovy', version='1.0.0')
)
libraryDependencies += "com.github.bjoern2" % "yolo-tyrion-groovy" % "1.0.0"
[com.github.bjoern2/yolo-tyrion-groovy "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.bjoern2 : yolo-tyrion | jar | 1.0.0 |
org.codehaus.groovy : groovy-all | jar | 2.1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |