Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.patterntesting |
ArtifactId | ArtifactIdpatterntesting-exception |
Version | Version0.9.8 |
Type | Typejar |
Filename | Size |
---|---|
patterntesting-exception-0.9.8.pom | |
patterntesting-exception-0.9.8.jar | 25 KB |
patterntesting-exception-0.9.8-sources.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-exception/ -->
<dependency>
<groupId>net.sf.patterntesting</groupId>
<artifactId>patterntesting-exception</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-exception/
implementation 'net.sf.patterntesting:patterntesting-exception:0.9.8'
// https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-exception/
implementation ("net.sf.patterntesting:patterntesting-exception:0.9.8")
'net.sf.patterntesting:patterntesting-exception:jar:0.9.8'
<dependency org="net.sf.patterntesting" name="patterntesting-exception" rev="0.9.8">
<artifact name="patterntesting-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.patterntesting', module='patterntesting-exception', version='0.9.8')
)
libraryDependencies += "net.sf.patterntesting" % "patterntesting-exception" % "0.9.8"
[net.sf.patterntesting/patterntesting-exception "0.9.8"]