Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.bidib.com.jidesoft |
ArtifactId | ArtifactIdjide-parent |
Version | Version3.7.0 |
Type | Typepom |
Filename | Size |
---|---|
jide-parent-3.7.0.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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bidib.com.jidesoft/jide-parent/
implementation 'org.bidib.com.jidesoft:jide-parent:3.7.0'
// https://jarcasting.com/artifacts/org.bidib.com.jidesoft/jide-parent/
implementation ("org.bidib.com.jidesoft:jide-parent:3.7.0")
'org.bidib.com.jidesoft:jide-parent:pom:3.7.0'
<dependency org="org.bidib.com.jidesoft" name="jide-parent" rev="3.7.0">
<artifact name="jide-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bidib.com.jidesoft', module='jide-parent', version='3.7.0')
)
libraryDependencies += "org.bidib.com.jidesoft" % "jide-parent" % "3.7.0"
[org.bidib.com.jidesoft/jide-parent "3.7.0"]