| Categories |
CategoriesRuby Languages |
|---|---|
| GroupId | GroupIdorg.jruby |
| ArtifactId | ArtifactIdyecht |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionyecht
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| yecht-1.1.pom | |
| yecht-1.1.jar | 187 KB |
| yecht-1.1-sources.jar | 114 KB |
| yecht-1.1-javadoc.jar | 368 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jruby/yecht/ -->
<dependency>
<groupId>org.jruby</groupId>
<artifactId>yecht</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby/yecht/
implementation 'org.jruby:yecht:1.1'
// https://jarcasting.com/artifacts/org.jruby/yecht/
implementation ("org.jruby:yecht:1.1")
'org.jruby:yecht:jar:1.1'
<dependency org="org.jruby" name="yecht" rev="1.1">
<artifact name="yecht" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby', module='yecht', version='1.1')
)
libraryDependencies += "org.jruby" % "yecht" % "1.1"
[org.jruby/yecht "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jruby : jruby-core | jar | 1.7.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |