License |
License |
---|---|
GroupId | GroupIdorg.realityforge.proton |
ArtifactId | ArtifactIdproton-core |
Last Version | Last Version0.59 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUtilities for building annotation processors
Utilities for building annotation processors
|
Project URL |
Project URL |
Filename | Size |
---|---|
proton-core-0.59.pom | |
proton-core-0.59.jar | 58 KB |
proton-core-0.59-sources.jar | 22 KB |
proton-core-0.59-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.realityforge.proton/proton-core/ -->
<dependency>
<groupId>org.realityforge.proton</groupId>
<artifactId>proton-core</artifactId>
<version>0.59</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.proton/proton-core/
implementation 'org.realityforge.proton:proton-core:0.59'
// https://jarcasting.com/artifacts/org.realityforge.proton/proton-core/
implementation ("org.realityforge.proton:proton-core:0.59")
'org.realityforge.proton:proton-core:jar:0.59'
<dependency org="org.realityforge.proton" name="proton-core" rev="0.59">
<artifact name="proton-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.proton', module='proton-core', version='0.59')
)
libraryDependencies += "org.realityforge.proton" % "proton-core" % "0.59"
[org.realityforge.proton/proton-core "0.59"]
Group / Artifact | Type | Version |
---|---|---|
org.realityforge.javax.annotation : javax.annotation | jar | 1.0.1 |
org.glassfish : javax.json | jar | 1.1 |
com.squareup : javapoet | jar | 1.13.0 |
com.google.guava : guava | jar | 27.1-jre |