| Categories | CategoriesNet Hibernate Data ORM | 
|---|---|
| GroupId | GroupIdio.github.nethibernate | 
| ArtifactId | ArtifactIdprotostuff-it | 
| Version | Version1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| protostuff-it-1.pom | |
| protostuff-it-1.jar | 7 KB | 
| protostuff-it-1-sources.jar | 2 KB | 
| protostuff-it-1-javadoc.jar | 420 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.nethibernate/protostuff-it/ -->
<dependency>
    <groupId>io.github.nethibernate</groupId>
    <artifactId>protostuff-it</artifactId>
    <version>1</version>
</dependency>// https://jarcasting.com/artifacts/io.github.nethibernate/protostuff-it/
implementation 'io.github.nethibernate:protostuff-it:1'// https://jarcasting.com/artifacts/io.github.nethibernate/protostuff-it/
implementation ("io.github.nethibernate:protostuff-it:1")'io.github.nethibernate:protostuff-it:jar:1'<dependency org="io.github.nethibernate" name="protostuff-it" rev="1">
  <artifact name="protostuff-it" type="jar" />
</dependency>@Grapes(
@Grab(group='io.github.nethibernate', module='protostuff-it', version='1')
)libraryDependencies += "io.github.nethibernate" % "protostuff-it" % "1"[io.github.nethibernate/protostuff-it "1"]