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