GroupId | GroupIdcom.github.tonivade |
---|---|
ArtifactId | ArtifactIdpurefun-annotation |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
purefun-annotation-1.6.pom | |
purefun-annotation-1.6.jar | 5 KB |
purefun-annotation-1.6-sources.jar | 5 KB |
purefun-annotation-1.6-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/purefun-annotation/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>purefun-annotation</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/purefun-annotation/
implementation 'com.github.tonivade:purefun-annotation:1.6'
// https://jarcasting.com/artifacts/com.github.tonivade/purefun-annotation/
implementation ("com.github.tonivade:purefun-annotation:1.6")
'com.github.tonivade:purefun-annotation:jar:1.6'
<dependency org="com.github.tonivade" name="purefun-annotation" rev="1.6">
<artifact name="purefun-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='purefun-annotation', version='1.6')
)
libraryDependencies += "com.github.tonivade" % "purefun-annotation" % "1.6"
[com.github.tonivade/purefun-annotation "1.6"]