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