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