Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.jidesoft |
ArtifactId | ArtifactIdjidefx-converters |
Version | Version0.9.1-b128 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jidesoft/jidefx-converters/ -->
<dependency>
<groupId>com.jidesoft</groupId>
<artifactId>jidefx-converters</artifactId>
<version>0.9.1-b128</version>
</dependency>
// https://jarcasting.com/artifacts/com.jidesoft/jidefx-converters/
implementation 'com.jidesoft:jidefx-converters:0.9.1-b128'
// https://jarcasting.com/artifacts/com.jidesoft/jidefx-converters/
implementation ("com.jidesoft:jidefx-converters:0.9.1-b128")
'com.jidesoft:jidefx-converters:jar:0.9.1-b128'
<dependency org="com.jidesoft" name="jidefx-converters" rev="0.9.1-b128">
<artifact name="jidefx-converters" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jidesoft', module='jidefx-converters', version='0.9.1-b128')
)
libraryDependencies += "com.jidesoft" % "jidefx-converters" % "0.9.1-b128"
[com.jidesoft/jidefx-converters "0.9.1-b128"]