p

pragmatickm-password-bom

Bill of Materials (BOM) for passwords nested within SemanticCMS pages and elements.
https://pragmatickm.com/password/bom/
文件下载
文件名 操作
pragmatickm-password-bom-1.5.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.pragmatickm</groupId>
  <artifactId>pragmatickm-password-bom</artifactId>
  <version>1.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.pragmatickm:pragmatickm-password-bom:1.5.1'
Gradle Kotlin
implementation("com.pragmatickm:pragmatickm-password-bom:1.5.1")
Scala SBT
libraryDependencies += "com.pragmatickm" % "pragmatickm-password-bom" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.pragmatickm', module='pragmatickm-password-bom', version='1.5.1')
)
Apache Ivy
<dependency org="com.pragmatickm" name="pragmatickm-password-bom" rev="1.5.1" />
Leiningen
[com.pragmatickm/pragmatickm-password-bom "1.5.1"]
Apache Buildr
'com.pragmatickm:pragmatickm-password-bom:jar:1.5.1'