Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.contextfw |
ArtifactId | ArtifactIdremoting |
Version | Version0.6.1 |
Type | Typepom |
Filename | Size |
---|---|
remoting-0.6.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.contextfw/remoting/ -->
<dependency>
<groupId>net.contextfw</groupId>
<artifactId>remoting</artifactId>
<version>0.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.contextfw/remoting/
implementation 'net.contextfw:remoting:0.6.1'
// https://jarcasting.com/artifacts/net.contextfw/remoting/
implementation ("net.contextfw:remoting:0.6.1")
'net.contextfw:remoting:pom:0.6.1'
<dependency org="net.contextfw" name="remoting" rev="0.6.1">
<artifact name="remoting" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.contextfw', module='remoting', version='0.6.1')
)
libraryDependencies += "net.contextfw" % "remoting" % "0.6.1"
[net.contextfw/remoting "0.6.1"]