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