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