Categories |
CategoriesRuby Languages |
---|---|
GroupId | GroupIdcom.twineworks |
ArtifactId | ArtifactIdruby-for-pentaho-kettle |
Version | Version1.3.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.twineworks/ruby-for-pentaho-kettle/ -->
<dependency>
<groupId>com.twineworks</groupId>
<artifactId>ruby-for-pentaho-kettle</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.twineworks/ruby-for-pentaho-kettle/
implementation 'com.twineworks:ruby-for-pentaho-kettle:1.3.4'
// https://jarcasting.com/artifacts/com.twineworks/ruby-for-pentaho-kettle/
implementation ("com.twineworks:ruby-for-pentaho-kettle:1.3.4")
'com.twineworks:ruby-for-pentaho-kettle:jar:1.3.4'
<dependency org="com.twineworks" name="ruby-for-pentaho-kettle" rev="1.3.4">
<artifact name="ruby-for-pentaho-kettle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twineworks', module='ruby-for-pentaho-kettle', version='1.3.4')
)
libraryDependencies += "com.twineworks" % "ruby-for-pentaho-kettle" % "1.3.4"
[com.twineworks/ruby-for-pentaho-kettle "1.3.4"]