GroupId | GroupIdcom.github.wasiqb.coteafs |
---|---|
ArtifactId | ArtifactIderror |
Version | Version1.12.1 |
Type | Typejar |
Filename | Size |
---|---|
error-1.12.1.pom | |
error-1.12.1.jar | 9 KB |
error-1.12.1-sources.jar | 9 KB |
error-1.12.1-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.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/error/
implementation 'com.github.wasiqb.coteafs:error:1.12.1'
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/error/
implementation ("com.github.wasiqb.coteafs:error:1.12.1")
'com.github.wasiqb.coteafs:error:jar:1.12.1'
<dependency org="com.github.wasiqb.coteafs" name="error" rev="1.12.1">
<artifact name="error" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wasiqb.coteafs', module='error', version='1.12.1')
)
libraryDependencies += "com.github.wasiqb.coteafs" % "error" % "1.12.1"
[com.github.wasiqb.coteafs/error "1.12.1"]