GroupId | GroupIdcom.github.tonivade |
---|---|
ArtifactId | ArtifactIdpurefun-annotation |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
purefun-annotation-1.8.pom | |
purefun-annotation-1.8.jar | 5 KB |
purefun-annotation-1.8-sources.jar | 5 KB |
purefun-annotation-1.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/purefun-annotation/
implementation 'com.github.tonivade:purefun-annotation:1.8'
// https://jarcasting.com/artifacts/com.github.tonivade/purefun-annotation/
implementation ("com.github.tonivade:purefun-annotation:1.8")
'com.github.tonivade:purefun-annotation:jar:1.8'
<dependency org="com.github.tonivade" name="purefun-annotation" rev="1.8">
<artifact name="purefun-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='purefun-annotation', version='1.8')
)
libraryDependencies += "com.github.tonivade" % "purefun-annotation" % "1.8"
[com.github.tonivade/purefun-annotation "1.8"]