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