| License |
License |
|---|---|
| GroupId | GroupIdnl.wernerdegroot.applicatives |
| ArtifactId | ArtifactIdruntime |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionJava code generation for applicative functors, selective functors and more.
|
| Filename | Size |
|---|---|
| runtime-1.0.1.pom | |
| runtime-1.0.1.jar | 28 KB |
| runtime-1.0.1-sources.jar | 18 KB |
| runtime-1.0.1-javadoc.jar | 142 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.wernerdegroot.applicatives/runtime/ -->
<dependency>
<groupId>nl.wernerdegroot.applicatives</groupId>
<artifactId>runtime</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.wernerdegroot.applicatives/runtime/
implementation 'nl.wernerdegroot.applicatives:runtime:1.0.1'
// https://jarcasting.com/artifacts/nl.wernerdegroot.applicatives/runtime/
implementation ("nl.wernerdegroot.applicatives:runtime:1.0.1")
'nl.wernerdegroot.applicatives:runtime:jar:1.0.1'
<dependency org="nl.wernerdegroot.applicatives" name="runtime" rev="1.0.1">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.wernerdegroot.applicatives', module='runtime', version='1.0.1')
)
libraryDependencies += "nl.wernerdegroot.applicatives" % "runtime" % "1.0.1"
[nl.wernerdegroot.applicatives/runtime "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar |