GroupId | GroupIdio.github.serg-maximchuk |
---|---|
ArtifactId | ArtifactIdfunction-utils |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
function-utils-0.0.1.pom | |
function-utils-0.0.1.jar | 11 KB |
function-utils-0.0.1-sources.jar | 7 KB |
function-utils-0.0.1-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.serg-maximchuk/function-utils/ -->
<dependency>
<groupId>io.github.serg-maximchuk</groupId>
<artifactId>function-utils</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.serg-maximchuk/function-utils/
implementation 'io.github.serg-maximchuk:function-utils:0.0.1'
// https://jarcasting.com/artifacts/io.github.serg-maximchuk/function-utils/
implementation ("io.github.serg-maximchuk:function-utils:0.0.1")
'io.github.serg-maximchuk:function-utils:jar:0.0.1'
<dependency org="io.github.serg-maximchuk" name="function-utils" rev="0.0.1">
<artifact name="function-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.serg-maximchuk', module='function-utils', version='0.0.1')
)
libraryDependencies += "io.github.serg-maximchuk" % "function-utils" % "0.0.1"
[io.github.serg-maximchuk/function-utils "0.0.1"]