| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdtyped-function |
| Version | Version0.10.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| typed-function-0.10.1.pom | |
| typed-function-0.10.1.jar | 40 KB |
| typed-function-0.10.1-sources.jar | 22 bytes |
| typed-function-0.10.1-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/typed-function/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>typed-function</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/typed-function/
implementation 'org.webjars.npm:typed-function:0.10.1'
// https://jarcasting.com/artifacts/org.webjars.npm/typed-function/
implementation ("org.webjars.npm:typed-function:0.10.1")
'org.webjars.npm:typed-function:jar:0.10.1'
<dependency org="org.webjars.npm" name="typed-function" rev="0.10.1">
<artifact name="typed-function" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='typed-function', version='0.10.1')
)
libraryDependencies += "org.webjars.npm" % "typed-function" % "0.10.1"
[org.webjars.npm/typed-function "0.10.1"]