GroupId | GroupIdorg.apache.isis.runtimes.dflt.remoting |
---|---|
ArtifactId | ArtifactIdtransport-sockets |
Version | Version0.1.2-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.remoting/transport-sockets/ -->
<dependency>
<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
<artifactId>transport-sockets</artifactId>
<version>0.1.2-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.remoting/transport-sockets/
implementation 'org.apache.isis.runtimes.dflt.remoting:transport-sockets:0.1.2-incubating'
// https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.remoting/transport-sockets/
implementation ("org.apache.isis.runtimes.dflt.remoting:transport-sockets:0.1.2-incubating")
'org.apache.isis.runtimes.dflt.remoting:transport-sockets:jar:0.1.2-incubating'
<dependency org="org.apache.isis.runtimes.dflt.remoting" name="transport-sockets" rev="0.1.2-incubating">
<artifact name="transport-sockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.isis.runtimes.dflt.remoting', module='transport-sockets', version='0.1.2-incubating')
)
libraryDependencies += "org.apache.isis.runtimes.dflt.remoting" % "transport-sockets" % "0.1.2-incubating"
[org.apache.isis.runtimes.dflt.remoting/transport-sockets "0.1.2-incubating"]