Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.bitbucket.goalhub.simpleide |
ArtifactId | ArtifactIdsimpleidemodules |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
simpleidemodules-2.0.6.pom | |
simpleidemodules-2.0.6.jar | 283 KB |
simpleidemodules-2.0.6-sources.jar | 226 KB |
simpleidemodules-2.0.6-shaded.jar | 25 MB |
simpleidemodules-2.0.6-javadoc.jar | 916 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.goalhub.simpleide/simpleidemodules/ -->
<dependency>
<groupId>org.bitbucket.goalhub.simpleide</groupId>
<artifactId>simpleidemodules</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.goalhub.simpleide/simpleidemodules/
implementation 'org.bitbucket.goalhub.simpleide:simpleidemodules:2.0.6'
// https://jarcasting.com/artifacts/org.bitbucket.goalhub.simpleide/simpleidemodules/
implementation ("org.bitbucket.goalhub.simpleide:simpleidemodules:2.0.6")
'org.bitbucket.goalhub.simpleide:simpleidemodules:jar:2.0.6'
<dependency org="org.bitbucket.goalhub.simpleide" name="simpleidemodules" rev="2.0.6">
<artifact name="simpleidemodules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.goalhub.simpleide', module='simpleidemodules', version='2.0.6')
)
libraryDependencies += "org.bitbucket.goalhub.simpleide" % "simpleidemodules" % "2.0.6"
[org.bitbucket.goalhub.simpleide/simpleidemodules "2.0.6"]