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