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