Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.mintern |
ArtifactId | ArtifactIdfunctions-unary-core |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
functions-unary-core-1.0.pom | |
functions-unary-core-1.0.jar | 56 KB |
functions-unary-core-1.0-sources.jar | 37 KB |
functions-unary-core-1.0-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</version>
</dependency>
// https://jarcasting.com/artifacts/net.mintern/functions-unary-core/
implementation 'net.mintern:functions-unary-core:1.0'
// https://jarcasting.com/artifacts/net.mintern/functions-unary-core/
implementation ("net.mintern:functions-unary-core:1.0")
'net.mintern:functions-unary-core:jar:1.0'
<dependency org="net.mintern" name="functions-unary-core" rev="1.0">
<artifact name="functions-unary-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.mintern', module='functions-unary-core', version='1.0')
)
libraryDependencies += "net.mintern" % "functions-unary-core" % "1.0"
[net.mintern/functions-unary-core "1.0"]