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