MVN

org.aya-prover.upstream : build-util

Maven & Gradle

Aug 11, 2023

build-util · Upstream dependencies with JPMS support

<dependency>
    <groupId>org.aya-prover.upstream</groupId>
    <artifactId>build-util</artifactId>
    <version>0.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.aya-prover.upstream : build-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.18

All Versions

Choose a version of org.aya-prover.upstream : build-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
build-util-0.0.18
build-util-0.0.17
build-util-0.0.16
build-util-0.0.15
build-util-0.0.14
build-util-0.0.13
build-util-0.0.12
build-util-0.0.11
build-util-0.0.10
build-util-0.0.9
build-util-0.0.8
build-util-0.0.7
build-util-0.0.6
build-util-0.0.5
build-util-0.0.4
build-util-0.0.3
build-util-0.0.2
build-util-0.0.1

How to add a dependency to Maven

Add the following org.aya-prover.upstream : build-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.aya-prover.upstream</groupId>
    <artifactId>build-util</artifactId>
    <version>0.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.aya-prover.upstream : build-util gradle dependency to your build.gradle file:

implementation 'org.aya-prover.upstream:build-util:0.0.18'

Gradle Kotlin DSL: Add the following org.aya-prover.upstream : build-util gradle kotlin dependency to your build.gradle.kts file:

implementation("org.aya-prover.upstream:build-util:0.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.aya-prover.upstream : build-util sbt scala dependency to your build.sbt file:

libraryDependencies += "org.aya-prover.upstream" % "build-util" % "0.0.18"