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