GroupId | GroupIdcom.github.wasiqb.coteafs |
---|---|
ArtifactId | ArtifactIderror |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
error-1.7.0.pom | |
error-1.7.0.jar | 8 KB |
error-1.7.0-sources.jar | 8 KB |
error-1.7.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/error/ -->
<dependency>
<groupId>com.github.wasiqb.coteafs</groupId>
<artifactId>error</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/error/
implementation 'com.github.wasiqb.coteafs:error:1.7.0'
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/error/
implementation ("com.github.wasiqb.coteafs:error:1.7.0")
'com.github.wasiqb.coteafs:error:jar:1.7.0'
<dependency org="com.github.wasiqb.coteafs" name="error" rev="1.7.0">
<artifact name="error" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wasiqb.coteafs', module='error', version='1.7.0')
)
libraryDependencies += "com.github.wasiqb.coteafs" % "error" % "1.7.0"
[com.github.wasiqb.coteafs/error "1.7.0"]