w

web-content-api

Handles CRUD activities for web content.
https://github.com/careydevelopment/web-content-api
MIT License
Brian Carey
Files download
File Operation
web-content-api-1.0.0-RELEASE.jar download
web-content-api-1.0.0-RELEASE.pom download
web-content-api-1.0.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>us.careydevelopment.util</groupId>
  <artifactId>web-content-api</artifactId>
  <version>1.0.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'us.careydevelopment.util:web-content-api:1.0.0-RELEASE'
Gradle Kotlin
implementation("us.careydevelopment.util:web-content-api:1.0.0-RELEASE")
Scala SBT
libraryDependencies += "us.careydevelopment.util" % "web-content-api" % "1.0.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='us.careydevelopment.util', module='web-content-api', version='1.0.0-RELEASE')
)
Apache Ivy
<dependency org="us.careydevelopment.util" name="web-content-api" rev="1.0.0-RELEASE" />
Leiningen
[us.careydevelopment.util/web-content-api "1.0.0-RELEASE"]
Apache Buildr
'us.careydevelopment.util:web-content-api:jar:1.0.0-RELEASE'