Categories |
Categoriesderive4j General Purpose Libraries Functional Programming |
---|---|
GroupId | GroupIdorg.derive4j |
ArtifactId | ArtifactIdderive4j-annotation |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
derive4j-annotation-0.9.pom | |
derive4j-annotation-0.9.jar | 82 KB |
derive4j-annotation-0.9-sources.jar | 7 KB |
derive4j-annotation-0.9-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.derive4j/derive4j-annotation/ -->
<dependency>
<groupId>org.derive4j</groupId>
<artifactId>derive4j-annotation</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.derive4j/derive4j-annotation/
implementation 'org.derive4j:derive4j-annotation:0.9'
// https://jarcasting.com/artifacts/org.derive4j/derive4j-annotation/
implementation ("org.derive4j:derive4j-annotation:0.9")
'org.derive4j:derive4j-annotation:jar:0.9'
<dependency org="org.derive4j" name="derive4j-annotation" rev="0.9">
<artifact name="derive4j-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.derive4j', module='derive4j-annotation', version='0.9')
)
libraryDependencies += "org.derive4j" % "derive4j-annotation" % "0.9"
[org.derive4j/derive4j-annotation "0.9"]