| GroupId | GroupIdbr.com.objectos.way |
|---|---|
| ArtifactId | ArtifactIdpojo-compiler |
| Version | Version0.2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pojo-compiler-0.2.2.pom | |
| pojo-compiler-0.2.2.jar | 3 KB |
| pojo-compiler-0.2.2-sources.jar | 1 KB |
| pojo-compiler-0.2.2-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.way/pojo-compiler/ -->
<dependency>
<groupId>br.com.objectos.way</groupId>
<artifactId>pojo-compiler</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.way/pojo-compiler/
implementation 'br.com.objectos.way:pojo-compiler:0.2.2'
// https://jarcasting.com/artifacts/br.com.objectos.way/pojo-compiler/
implementation ("br.com.objectos.way:pojo-compiler:0.2.2")
'br.com.objectos.way:pojo-compiler:jar:0.2.2'
<dependency org="br.com.objectos.way" name="pojo-compiler" rev="0.2.2">
<artifact name="pojo-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.way', module='pojo-compiler', version='0.2.2')
)
libraryDependencies += "br.com.objectos.way" % "pojo-compiler" % "0.2.2"
[br.com.objectos.way/pojo-compiler "0.2.2"]