Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.bidib.com.jidesoft |
ArtifactId | ArtifactIdjide-parent |
Version | Version3.7.6 |
Type | Typepom |
Filename | Size |
---|---|
jide-parent-3.7.6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bidib.com.jidesoft/jide-parent/ -->
<dependency>
<groupId>org.bidib.com.jidesoft</groupId>
<artifactId>jide-parent</artifactId>
<version>3.7.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bidib.com.jidesoft/jide-parent/
implementation 'org.bidib.com.jidesoft:jide-parent:3.7.6'
// https://jarcasting.com/artifacts/org.bidib.com.jidesoft/jide-parent/
implementation ("org.bidib.com.jidesoft:jide-parent:3.7.6")
'org.bidib.com.jidesoft:jide-parent:pom:3.7.6'
<dependency org="org.bidib.com.jidesoft" name="jide-parent" rev="3.7.6">
<artifact name="jide-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bidib.com.jidesoft', module='jide-parent', version='3.7.6')
)
libraryDependencies += "org.bidib.com.jidesoft" % "jide-parent" % "3.7.6"
[org.bidib.com.jidesoft/jide-parent "3.7.6"]