GroupId | GroupIdcom.noleme |
---|---|
ArtifactId | ArtifactIdnoleme-flow-connect-http |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.noleme/noleme-flow-connect-http/ -->
<dependency>
<groupId>com.noleme</groupId>
<artifactId>noleme-flow-connect-http</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.noleme/noleme-flow-connect-http/
implementation 'com.noleme:noleme-flow-connect-http:0.1'
// https://jarcasting.com/artifacts/com.noleme/noleme-flow-connect-http/
implementation ("com.noleme:noleme-flow-connect-http:0.1")
'com.noleme:noleme-flow-connect-http:jar:0.1'
<dependency org="com.noleme" name="noleme-flow-connect-http" rev="0.1">
<artifact name="noleme-flow-connect-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.noleme', module='noleme-flow-connect-http', version='0.1')
)
libraryDependencies += "com.noleme" % "noleme-flow-connect-http" % "0.1"
[com.noleme/noleme-flow-connect-http "0.1"]