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