License |
License |
---|---|
Categories |
CategoriesNetBeans Development Tools IDE Net |
GroupId | GroupIdorg.netbeans.external |
ArtifactId | ArtifactIdjemmy-2.3.1.1 |
Version | VersionRELEASE124 |
Type | Typejar |
Description |
DescriptionMaven definition for jemmy-2.3.1.1.jar - external part of NetBeans module.
POM and identification for artifact that was not possible to uniquely identify as a maven dependency.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jemmy-2.3.1.1-RELEASE124.pom | |
jemmy-2.3.1.1-RELEASE124.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.external/jemmy-2.3.1.1/ -->
<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>jemmy-2.3.1.1</artifactId>
<version>RELEASE124</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.external/jemmy-2.3.1.1/
implementation 'org.netbeans.external:jemmy-2.3.1.1:RELEASE124'
// https://jarcasting.com/artifacts/org.netbeans.external/jemmy-2.3.1.1/
implementation ("org.netbeans.external:jemmy-2.3.1.1:RELEASE124")
'org.netbeans.external:jemmy-2.3.1.1:jar:RELEASE124'
<dependency org="org.netbeans.external" name="jemmy-2.3.1.1" rev="RELEASE124">
<artifact name="jemmy-2.3.1.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='jemmy-2.3.1.1', version='RELEASE124')
)
libraryDependencies += "org.netbeans.external" % "jemmy-2.3.1.1" % "RELEASE124"
[org.netbeans.external/jemmy-2.3.1.1 "RELEASE124"]