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