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