GroupId | GroupIdcom.edugility |
---|---|
ArtifactId | ArtifactIdedugility-throwables |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
edugility-throwables-1.1.pom | |
edugility-throwables-1.1.jar | 11 KB |
edugility-throwables-1.1-sources.jar | 11 KB |
edugility-throwables-1.1-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.edugility/edugility-throwables/ -->
<dependency>
<groupId>com.edugility</groupId>
<artifactId>edugility-throwables</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.edugility/edugility-throwables/
implementation 'com.edugility:edugility-throwables:1.1'
// https://jarcasting.com/artifacts/com.edugility/edugility-throwables/
implementation ("com.edugility:edugility-throwables:1.1")
'com.edugility:edugility-throwables:jar:1.1'
<dependency org="com.edugility" name="edugility-throwables" rev="1.1">
<artifact name="edugility-throwables" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.edugility', module='edugility-throwables', version='1.1')
)
libraryDependencies += "com.edugility" % "edugility-throwables" % "1.1"
[com.edugility/edugility-throwables "1.1"]