Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.jsequnit |
ArtifactId | ArtifactIdjsequnit |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jsequnit-1.0.pom | |
jsequnit-1.0.jar | 26 KB |
jsequnit-1.0-sources.jar | 17 KB |
jsequnit-1.0-javadoc.jar | 172 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jsequnit/jsequnit/ -->
<dependency>
<groupId>net.sf.jsequnit</groupId>
<artifactId>jsequnit</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jsequnit/jsequnit/
implementation 'net.sf.jsequnit:jsequnit:1.0'
// https://jarcasting.com/artifacts/net.sf.jsequnit/jsequnit/
implementation ("net.sf.jsequnit:jsequnit:1.0")
'net.sf.jsequnit:jsequnit:jar:1.0'
<dependency org="net.sf.jsequnit" name="jsequnit" rev="1.0">
<artifact name="jsequnit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jsequnit', module='jsequnit', version='1.0')
)
libraryDependencies += "net.sf.jsequnit" % "jsequnit" % "1.0"
[net.sf.jsequnit/jsequnit "1.0"]