| Categories | CategoriesIDE Development Tools | 
|---|---|
| GroupId | GroupIdorg.bidib.com.jidesoft | 
| ArtifactId | ArtifactIdjide-properties | 
| Last Version | Last Version3.7.12 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| jide-properties-3.7.12.pom | |
| jide-properties-3.7.12.jar | 543 KB | 
| jide-properties-3.7.12-sources.jar | 342 bytes | 
| jide-properties-3.7.12-javadoc.jar | 342 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bidib.com.jidesoft/jide-properties/ -->
<dependency>
    <groupId>org.bidib.com.jidesoft</groupId>
    <artifactId>jide-properties</artifactId>
    <version>3.7.12</version>
</dependency>// https://jarcasting.com/artifacts/org.bidib.com.jidesoft/jide-properties/
implementation 'org.bidib.com.jidesoft:jide-properties:3.7.12'// https://jarcasting.com/artifacts/org.bidib.com.jidesoft/jide-properties/
implementation ("org.bidib.com.jidesoft:jide-properties:3.7.12")'org.bidib.com.jidesoft:jide-properties:jar:3.7.12'<dependency org="org.bidib.com.jidesoft" name="jide-properties" rev="3.7.12">
  <artifact name="jide-properties" type="jar" />
</dependency>@Grapes(
@Grab(group='org.bidib.com.jidesoft', module='jide-properties', version='3.7.12')
)libraryDependencies += "org.bidib.com.jidesoft" % "jide-properties" % "3.7.12"[org.bidib.com.jidesoft/jide-properties "3.7.12"]