License |
License |
---|---|
GroupId | GroupIdorg.realityforge.sting |
ArtifactId | ArtifactIdsting-processor |
Version | Version0.27 |
Type | Typejar |
Description |
DescriptionThe Annotation processor
The Annotation processor
|
Project URL |
Project URL |
Filename | Size |
---|---|
sting-processor-0.27.pom | |
sting-processor-0.27.jar | 278 KB |
sting-processor-0.27-sources.jar | 52 KB |
sting-processor-0.27-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.realityforge.sting/sting-processor/ -->
<dependency>
<groupId>org.realityforge.sting</groupId>
<artifactId>sting-processor</artifactId>
<version>0.27</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.sting/sting-processor/
implementation 'org.realityforge.sting:sting-processor:0.27'
// https://jarcasting.com/artifacts/org.realityforge.sting/sting-processor/
implementation ("org.realityforge.sting:sting-processor:0.27")
'org.realityforge.sting:sting-processor:jar:0.27'
<dependency org="org.realityforge.sting" name="sting-processor" rev="0.27">
<artifact name="sting-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.sting', module='sting-processor', version='0.27')
)
libraryDependencies += "org.realityforge.sting" % "sting-processor" % "0.27"
[org.realityforge.sting/sting-processor "0.27"]