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