| License |
License |
|---|---|
| GroupId | GroupIdde.haumacher.msgbuf |
| ArtifactId | ArtifactIdmsgbuf-parent |
| Version | Version1.0.3 |
| Type | Typepom |
| Description |
DescriptionMsgBuf Parent
Parent module for building the `msgbuf` library for GWT-compatible Java data classes
suitable for typed client-server messaging.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| msgbuf-parent-1.0.3.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.haumacher.msgbuf/msgbuf-parent/ -->
<dependency>
<groupId>de.haumacher.msgbuf</groupId>
<artifactId>msgbuf-parent</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.haumacher.msgbuf/msgbuf-parent/
implementation 'de.haumacher.msgbuf:msgbuf-parent:1.0.3'
// https://jarcasting.com/artifacts/de.haumacher.msgbuf/msgbuf-parent/
implementation ("de.haumacher.msgbuf:msgbuf-parent:1.0.3")
'de.haumacher.msgbuf:msgbuf-parent:pom:1.0.3'
<dependency org="de.haumacher.msgbuf" name="msgbuf-parent" rev="1.0.3">
<artifact name="msgbuf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.haumacher.msgbuf', module='msgbuf-parent', version='1.0.3')
)
libraryDependencies += "de.haumacher.msgbuf" % "msgbuf-parent" % "1.0.3"
[de.haumacher.msgbuf/msgbuf-parent "1.0.3"]