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