Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdcom.eriwen |
ArtifactId | ArtifactIdgroovyrtm |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
groovyrtm-2.1.1.pom | |
groovyrtm-2.1.1.jar | 86 KB |
groovyrtm-2.1.1-sources.jar | 23 KB |
groovyrtm-2.1.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eriwen/groovyrtm/ -->
<dependency>
<groupId>com.eriwen</groupId>
<artifactId>groovyrtm</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.eriwen/groovyrtm/
implementation 'com.eriwen:groovyrtm:2.1.1'
// https://jarcasting.com/artifacts/com.eriwen/groovyrtm/
implementation ("com.eriwen:groovyrtm:2.1.1")
'com.eriwen:groovyrtm:jar:2.1.1'
<dependency org="com.eriwen" name="groovyrtm" rev="2.1.1">
<artifact name="groovyrtm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eriwen', module='groovyrtm', version='2.1.1')
)
libraryDependencies += "com.eriwen" % "groovyrtm" % "2.1.1"
[com.eriwen/groovyrtm "2.1.1"]