GroupId | GroupIdorg.seedstack.functions.io |
---|---|
ArtifactId | ArtifactIdio-function-core |
Version | Version2.0.0-M2 |
Type | Typejar |
Filename | Size |
---|---|
io-function-core-2.0.0-M2.pom | |
io-function-core-2.0.0-M2.jar | 17 KB |
io-function-core-2.0.0-M2-sources.jar | 11 KB |
io-function-core-2.0.0-M2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.functions.io/io-function-core/ -->
<dependency>
<groupId>org.seedstack.functions.io</groupId>
<artifactId>io-function-core</artifactId>
<version>2.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.functions.io/io-function-core/
implementation 'org.seedstack.functions.io:io-function-core:2.0.0-M2'
// https://jarcasting.com/artifacts/org.seedstack.functions.io/io-function-core/
implementation ("org.seedstack.functions.io:io-function-core:2.0.0-M2")
'org.seedstack.functions.io:io-function-core:jar:2.0.0-M2'
<dependency org="org.seedstack.functions.io" name="io-function-core" rev="2.0.0-M2">
<artifact name="io-function-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.functions.io', module='io-function-core', version='2.0.0-M2')
)
libraryDependencies += "org.seedstack.functions.io" % "io-function-core" % "2.0.0-M2"
[org.seedstack.functions.io/io-function-core "2.0.0-M2"]