w

web5-parent

Build Aggregator and Parent for Web5 SDK for the JVM
https://developer.tbd.website
Apache License, Version 2.0
Block, Inc.
Files download
File Operation
web5-parent-1.1.2.pom download
Apache Maven
<dependency>
  <groupId>xyz.block</groupId>
  <artifactId>web5-parent</artifactId>
  <version>1.1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'xyz.block:web5-parent:1.1.2'
Gradle Kotlin
implementation("xyz.block:web5-parent:1.1.2")
Scala SBT
libraryDependencies += "xyz.block" % "web5-parent" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='xyz.block', module='web5-parent', version='1.1.2')
)
Apache Ivy
<dependency org="xyz.block" name="web5-parent" rev="1.1.2" />
Leiningen
[xyz.block/web5-parent "1.1.2"]
Apache Buildr
'xyz.block:web5-parent:jar:1.1.2'