GroupId | GroupIdpl.touk |
---|---|
ArtifactId | ArtifactIdthrowing-function |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
throwing-function-1.2.pom | |
throwing-function-1.2.jar | 14 KB |
throwing-function-1.2-sources.jar | 7 KB |
throwing-function-1.2-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.touk/throwing-function/ -->
<dependency>
<groupId>pl.touk</groupId>
<artifactId>throwing-function</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/pl.touk/throwing-function/
implementation 'pl.touk:throwing-function:1.2'
// https://jarcasting.com/artifacts/pl.touk/throwing-function/
implementation ("pl.touk:throwing-function:1.2")
'pl.touk:throwing-function:jar:1.2'
<dependency org="pl.touk" name="throwing-function" rev="1.2">
<artifact name="throwing-function" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.touk', module='throwing-function', version='1.2')
)
libraryDependencies += "pl.touk" % "throwing-function" % "1.2"
[pl.touk/throwing-function "1.2"]