Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.contextfw |
ArtifactId | ArtifactIdremoting-fluent |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
remoting-fluent-0.6.0.pom | |
remoting-fluent-0.6.0.jar | 11 KB |
remoting-fluent-0.6.0-sources.jar | 5 KB |
remoting-fluent-0.6.0-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.contextfw/remoting-fluent/ -->
<dependency>
<groupId>net.contextfw</groupId>
<artifactId>remoting-fluent</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.contextfw/remoting-fluent/
implementation 'net.contextfw:remoting-fluent:0.6.0'
// https://jarcasting.com/artifacts/net.contextfw/remoting-fluent/
implementation ("net.contextfw:remoting-fluent:0.6.0")
'net.contextfw:remoting-fluent:jar:0.6.0'
<dependency org="net.contextfw" name="remoting-fluent" rev="0.6.0">
<artifact name="remoting-fluent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.contextfw', module='remoting-fluent', version='0.6.0')
)
libraryDependencies += "net.contextfw" % "remoting-fluent" % "0.6.0"
[net.contextfw/remoting-fluent "0.6.0"]