License |
License |
---|---|
GroupId | GroupIdbr.com.objectos |
ArtifactId | ArtifactIdlatest |
Last Version | Last Version0.1.0-jdk17 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbr.com.objectos:latest
A set of Java annotation processors that generates code and helps the creation of
Java-release-specific JARs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
latest-0.1.0-jdk17.pom | |
latest-0.1.0-jdk17.jar | 30 KB |
latest-0.1.0-jdk17-sources.jar | 24 KB |
latest-0.1.0-jdk17-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/latest/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>latest</artifactId>
<version>0.1.0-jdk17</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/latest/
implementation 'br.com.objectos:latest:0.1.0-jdk17'
// https://jarcasting.com/artifacts/br.com.objectos/latest/
implementation ("br.com.objectos:latest:0.1.0-jdk17")
'br.com.objectos:latest:jar:0.1.0-jdk17'
<dependency org="br.com.objectos" name="latest" rev="0.1.0-jdk17">
<artifact name="latest" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='latest', version='0.1.0-jdk17')
)
libraryDependencies += "br.com.objectos" % "latest" % "0.1.0-jdk17"
[br.com.objectos/latest "0.1.0-jdk17"]