License |
License |
---|---|
GroupId | GroupIdcom.vanillasource.function |
ArtifactId | ArtifactIdfunction |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionFunction
Practical Functional extensions for Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
function-1.0.0.pom | |
function-1.0.0.jar | 10 KB |
function-1.0.0-sources.jar | 8 KB |
function-1.0.0-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vanillasource.function/function/ -->
<dependency>
<groupId>com.vanillasource.function</groupId>
<artifactId>function</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vanillasource.function/function/
implementation 'com.vanillasource.function:function:1.0.0'
// https://jarcasting.com/artifacts/com.vanillasource.function/function/
implementation ("com.vanillasource.function:function:1.0.0")
'com.vanillasource.function:function:jar:1.0.0'
<dependency org="com.vanillasource.function" name="function" rev="1.0.0">
<artifact name="function" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vanillasource.function', module='function', version='1.0.0')
)
libraryDependencies += "com.vanillasource.function" % "function" % "1.0.0"
[com.vanillasource.function/function "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.7 |
org.mockito : mockito-all | jar | 1.9.5 |