Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.expectj |
ArtifactId | ArtifactIdexpectj |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
expectj-2.0.1.pom | |
expectj-2.0.1.jar | 29 KB |
expectj-2.0.1-sources.jar | 23 KB |
expectj-2.0.1-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.expectj/expectj/ -->
<dependency>
<groupId>net.sourceforge.expectj</groupId>
<artifactId>expectj</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.expectj/expectj/
implementation 'net.sourceforge.expectj:expectj:2.0.1'
// https://jarcasting.com/artifacts/net.sourceforge.expectj/expectj/
implementation ("net.sourceforge.expectj:expectj:2.0.1")
'net.sourceforge.expectj:expectj:jar:2.0.1'
<dependency org="net.sourceforge.expectj" name="expectj" rev="2.0.1">
<artifact name="expectj" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.expectj', module='expectj', version='2.0.1')
)
libraryDependencies += "net.sourceforge.expectj" % "expectj" % "2.0.1"
[net.sourceforge.expectj/expectj "2.0.1"]