MVN

org.realityforge.proton : proton-core

Maven & Gradle

Dec 16, 2021
4 usages
1 stars

Utilities for building annotation processors · Utilities for building annotation processors

<dependency>
    <groupId>org.realityforge.proton</groupId>
    <artifactId>proton-core</artifactId>
    <version>0.54</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.realityforge.proton : proton-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.54

All Versions

Choose a version of org.realityforge.proton : proton-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.54
proton-core-0.54
0.53
proton-core-0.53
0.52
proton-core-0.52
0.51
proton-core-0.51
0.50
proton-core-0.50
0.49
proton-core-0.49
0.48
proton-core-0.48
0.47
proton-core-0.47
0.46
proton-core-0.46
0.45
proton-core-0.45
0.44
proton-core-0.44
0.43
proton-core-0.43
0.42
proton-core-0.42
0.41
proton-core-0.41
0.40
proton-core-0.40
0.39
proton-core-0.39
0.38
proton-core-0.38
0.37
proton-core-0.37
0.36
proton-core-0.36
0.35
proton-core-0.35
0.34
proton-core-0.34
0.33
proton-core-0.33
0.32
proton-core-0.32
0.31
proton-core-0.31
0.30
proton-core-0.30
0.29
proton-core-0.29
0.28
proton-core-0.28
0.27
proton-core-0.27
0.26
proton-core-0.26
0.25
proton-core-0.25
0.24
proton-core-0.24
0.23
proton-core-0.23
0.22
proton-core-0.22
0.21
proton-core-0.21
0.20
proton-core-0.20
0.19
proton-core-0.19
0.18
proton-core-0.18
0.17
proton-core-0.17
0.16
proton-core-0.16
0.15
proton-core-0.15
0.14
proton-core-0.14
0.13
proton-core-0.13
0.12
proton-core-0.12
0.11
proton-core-0.11
0.10
proton-core-0.10
0.09
proton-core-0.09
0.08
proton-core-0.08
0.07
proton-core-0.07
0.06
proton-core-0.06

How to add a dependency to Maven

Add the following org.realityforge.proton : proton-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.realityforge.proton</groupId>
    <artifactId>proton-core</artifactId>
    <version>0.54</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.realityforge.proton : proton-core gradle dependency to your build.gradle file:

implementation 'org.realityforge.proton:proton-core:0.54'

Gradle Kotlin DSL: Add the following org.realityforge.proton : proton-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.realityforge.proton:proton-core:0.54")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.realityforge.proton : proton-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.realityforge.proton" % "proton-core" % "0.54"

Advertisement