| Categories |
CategoriesRuby Languages Ant Build Tools |
|---|---|
| GroupId | GroupIdorg.jruby.extras |
| ArtifactId | ArtifactIdconstantine |
| Version | Version0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| constantine-0.6.pom | |
| constantine-0.6.jar | 236 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jruby.extras/constantine/ -->
<dependency>
<groupId>org.jruby.extras</groupId>
<artifactId>constantine</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby.extras/constantine/
implementation 'org.jruby.extras:constantine:0.6'
// https://jarcasting.com/artifacts/org.jruby.extras/constantine/
implementation ("org.jruby.extras:constantine:0.6")
'org.jruby.extras:constantine:jar:0.6'
<dependency org="org.jruby.extras" name="constantine" rev="0.6">
<artifact name="constantine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby.extras', module='constantine', version='0.6')
)
libraryDependencies += "org.jruby.extras" % "constantine" % "0.6"
[org.jruby.extras/constantine "0.6"]