c

custom-attributes

Custom attributes: like custom elements, but for attributes
https://github.com/matthewp/custom-attributes#readme
BSD-2-Clause
Matthew Phillips
trusktr
Files download
File Operation
custom-attributes-0.2.3.jar download
custom-attributes-0.2.3.pom download
custom-attributes-0.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm.at.lume</groupId>
  <artifactId>custom-attributes</artifactId>
  <version>0.2.3</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm.at.lume:custom-attributes:0.2.3'
Gradle Kotlin
implementation("org.mvnpm.at.lume:custom-attributes:0.2.3")
Scala SBT
libraryDependencies += "org.mvnpm.at.lume" % "custom-attributes" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm.at.lume', module='custom-attributes', version='0.2.3')
)
Apache Ivy
<dependency org="org.mvnpm.at.lume" name="custom-attributes" rev="0.2.3" />
Leiningen
[org.mvnpm.at.lume/custom-attributes "0.2.3"]
Apache Buildr
'org.mvnpm.at.lume:custom-attributes:jar:0.2.3'
Dependencies