Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.mintern |
ArtifactId | ArtifactIdfunctions-unary-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
functions-unary-core-1.0.1.pom | |
functions-unary-core-1.0.1.jar | 56 KB |
functions-unary-core-1.0.1-sources.jar | 40 KB |
functions-unary-core-1.0.1-javadoc.jar | 299 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.mintern/functions-unary-core/ -->
<dependency>
<groupId>net.mintern</groupId>
<artifactId>functions-unary-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.mintern/functions-unary-core/
implementation 'net.mintern:functions-unary-core:1.0.1'
// https://jarcasting.com/artifacts/net.mintern/functions-unary-core/
implementation ("net.mintern:functions-unary-core:1.0.1")
'net.mintern:functions-unary-core:jar:1.0.1'
<dependency org="net.mintern" name="functions-unary-core" rev="1.0.1">
<artifact name="functions-unary-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.mintern', module='functions-unary-core', version='1.0.1')
)
libraryDependencies += "net.mintern" % "functions-unary-core" % "1.0.1"
[net.mintern/functions-unary-core "1.0.1"]