Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.rootware |
ArtifactId | ArtifactIdxexception |
Version | Version1.0.0-1 |
Type | Typejar |
Filename | Size |
---|---|
xexception-1.0.0-1.pom | |
xexception-1.0.0-1.jar | 5 KB |
xexception-1.0.0-1-sources.jar | 5 KB |
xexception-1.0.0-1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.rootware/xexception/ -->
<dependency>
<groupId>net.rootware</groupId>
<artifactId>xexception</artifactId>
<version>1.0.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/net.rootware/xexception/
implementation 'net.rootware:xexception:1.0.0-1'
// https://jarcasting.com/artifacts/net.rootware/xexception/
implementation ("net.rootware:xexception:1.0.0-1")
'net.rootware:xexception:jar:1.0.0-1'
<dependency org="net.rootware" name="xexception" rev="1.0.0-1">
<artifact name="xexception" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rootware', module='xexception', version='1.0.0-1')
)
libraryDependencies += "net.rootware" % "xexception" % "1.0.0-1"
[net.rootware/xexception "1.0.0-1"]